This commit is contained in:
Anand Doshi
2015-03-20 14:18:09 +05:30
parent c1199c0d27
commit 2b2b639492
6 changed files with 17 additions and 5 deletions

View File

@@ -75,9 +75,10 @@ def setup_account(args=None):
login_as_first_user(args)
frappe.clear_cache()
frappe.db.commit()
frappe.clear_cache()
except:
if args:
traceback = frappe.get_traceback()