commit | a1036ad50bf444238e23be9685c8410beaa6a50f | [log] [tgz] |
---|---|---|
author | Zlash65 <zarrar65@gmail.com> | Tue Oct 09 17:38:28 2018 +0530 |
committer | Zlash65 <zarrar65@gmail.com> | Tue Oct 09 17:38:28 2018 +0530 |
tree | 4ca4e15ea3244a777127c3083ca6579d227d86ab | |
parent | 5b34d00bc08794de072e03b042d583658006d8ef [diff] |
setup wizard failing fix
diff --git a/erpnext/setup/setup_wizard/operations/taxes_setup.py b/erpnext/setup/setup_wizard/operations/taxes_setup.py index 50bea41..d7f95e8 100644 --- a/erpnext/setup/setup_wizard/operations/taxes_setup.py +++ b/erpnext/setup/setup_wizard/operations/taxes_setup.py
@@ -30,7 +30,7 @@ if accounts: make_sales_and_purchase_tax_templates(accounts, template_name) except frappe.NameError: - frappe.message_log.pop() + if frappe.message_log: frappe.message_log.pop() except RootNotEditable: pass