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:
parent
17b77870c8
commit
6bb1350dfd
1 changed files with 2 additions and 0 deletions
|
|
@ -16,3 +16,5 @@ def execute():
|
|||
pass
|
||||
except frappe.db.DataError:
|
||||
pass
|
||||
except Exception:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue