Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124535
D602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
308 B
Subscribers
None
D602.diff
View Options
diff --git a/swh/lister/core/db_utils.py b/swh/lister/core/db_utils.py
--- a/swh/lister/core/db_utils.py
+++ b/swh/lister/core/db_utils.py
@@ -11,7 +11,7 @@
try:
yield session
session.commit()
- except:
+ except: # noqa
session.rollback()
raise
finally:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 1:06 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222136
Attached To
D602: Add a tox file and fix flake8 errors
Event Timeline
Log In to Comment