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