Skip to content
Snippets Groups Projects

Align config filename with production and update npm loading task name

Compare and
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -234,7 +234,7 @@ class SWHListerBase(abc.ABC, config.SWHConfig):
@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
Loading