mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
[minor] replace 'raise e' with 'raise' for correct tracebacks
This commit is contained in:
@@ -19,4 +19,4 @@ def execute():
|
||||
where ifnull(`%s`, '')!=''""" % ("%s", fieldname, fieldname), doctype)
|
||||
except MySQLdb.OperationalError, e:
|
||||
if e.args[0] != 1054:
|
||||
raise e
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user