Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123142
D688.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
482 B
Subscribers
None
D688.diff
View Options
diff --git a/swh/loader/core/loader.py b/swh/loader/core/loader.py
--- a/swh/loader/core/loader.py
+++ b/swh/loader/core/loader.py
@@ -929,7 +929,7 @@
ADDITIONAL_CONFIG = {}
def __init__(self, logging_class=None, config=None):
- super().__init__(logging_class=logging_class, config=None)
+ super().__init__(logging_class=logging_class, config=config)
self.visit_date = None # possibly overridden in self.prepare method
def cleanup(self):
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 20, 5:06 PM (2 w, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221306
Attached To
D688: SWHStatelessLoader: Pass config parameter to base class instead of None
Event Timeline
Log In to Comment