mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
fix(treewide): manual ruff fixes
(cherry picked from commit f63396ef47)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
@@ -692,7 +692,7 @@ class TestPurchaseOrder(FrappeTestCase):
|
||||
|
||||
supplier.on_hold = 0
|
||||
supplier.save()
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
else:
|
||||
raise Exception
|
||||
|
||||
Reference in New Issue
Block a user