Remove illegal character after break

This commit is contained in:
Himanshu
2019-02-06 15:55:49 +05:30
committed by GitHub
parent cd416a3135
commit e7bc2beea0

View File

@@ -28,7 +28,7 @@ class WoocommerceSettings(Document):
if not frappe.get_value("Custom Field",{"name":i[0]}) or not frappe.get_value("Custom Field",{"name":i[1]}):
create_custom_field_id_and_check_status = True
break;
break
if create_custom_field_id_and_check_status: