fix: Do not throw error while reloading doctypes (#8290)

* fix: Do not throw error while reloading doctypes

* fix: Syntax error

* fix: Ignore doctype reload_exceptions from other apps
This commit is contained in:
Deepesh Garg 2019-09-02 12:12:53 +05:30 committed by Faris Ansari
parent 17b77870c8
commit 6bb1350dfd

View file

@ -16,3 +16,5 @@ def execute():
pass
except frappe.db.DataError:
pass
except Exception:
pass