mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 16:28:20 +00:00
Remove ununsed variable
This commit is contained in:
@@ -29,7 +29,7 @@ class TestSalesPaymentSummary(unittest.TestCase):
|
||||
new_doc.submit()
|
||||
try:
|
||||
new_doc.submit()
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
if int(new_doc.name[-3:])%2 == 0:
|
||||
@@ -71,7 +71,7 @@ class TestSalesPaymentSummary(unittest.TestCase):
|
||||
new_doc.submit()
|
||||
try:
|
||||
new_doc.submit()
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
if int(new_doc.name[-3:])%2 == 0:
|
||||
|
||||
Reference in New Issue
Block a user