Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7122989
D1401.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
827 B
Subscribers
None
D1401.diff
View Options
diff --git a/swh/lister/core/lister_base.py b/swh/lister/core/lister_base.py
--- a/swh/lister/core/lister_base.py
+++ b/swh/lister/core/lister_base.py
@@ -234,7 +234,7 @@
@property
def CONFIG_BASE_FILENAME(self): # noqa: N802
- return 'lister-%s' % self.LISTER_NAME
+ return 'lister_%s' % self.LISTER_NAME
@property
def ADDITIONAL_CONFIG(self): # noqa: N802
diff --git a/swh/lister/npm/lister.py b/swh/lister/npm/lister.py
--- a/swh/lister/npm/lister.py
+++ b/swh/lister/npm/lister.py
@@ -117,7 +117,7 @@
@property
def CONFIG_BASE_FILENAME(self): # noqa: N802
- return 'lister-npm-incremental'
+ return 'lister_npm_incremental'
def get_next_target_from_response(self, response):
"""(Override) Get next npm package name to continue the listing
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 17, 2:52 PM (3 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216280
Attached To
D1401: Align config filename with production and update npm loading task name
Event Timeline
Log In to Comment