setup wizard failing fix

This commit is contained in:
Zlash65 2018-10-09 17:38:28 +05:30
parent 5b34d00bc0
commit a1036ad50b

View File

@ -30,7 +30,7 @@ def make_tax_account_and_template(company, account_name, tax_rate, template_name
if accounts: if accounts:
make_sales_and_purchase_tax_templates(accounts, template_name) make_sales_and_purchase_tax_templates(accounts, template_name)
except frappe.NameError: except frappe.NameError:
frappe.message_log.pop() if frappe.message_log: frappe.message_log.pop()
except RootNotEditable: except RootNotEditable:
pass pass