mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
style: Remove unusued local variable
This commit is contained in:
@@ -257,7 +257,7 @@ def repost_all_stock_vouchers():
|
||||
doc.update_stock_ledger()
|
||||
doc.make_gl_entries(repost_future_gle=False)
|
||||
frappe.db.commit()
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
print(frappe.get_traceback())
|
||||
rejected.append([voucher_type, voucher_no])
|
||||
frappe.db.rollback()
|
||||
|
||||
Reference in New Issue
Block a user