mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fix: remove bare excepts
This commit is contained in:
@@ -20,5 +20,5 @@ def execute():
|
||||
})
|
||||
if count % 200 == 0:
|
||||
frappe.db.commit()
|
||||
except:
|
||||
except Exception:
|
||||
frappe.db.rollback()
|
||||
|
||||
Reference in New Issue
Block a user