mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
fix: remove bare excepts
This commit is contained in:
@@ -11,5 +11,5 @@ def execute():
|
||||
|
||||
frappe.reload_doc("stock", "doctype", "stock_ledger_entry")
|
||||
frappe.reload_doc("stock", "doctype", "serial_no")
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user