Skip to content
Snippets Groups Projects
Commit 3c7cfe7d authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

lister_base: prepare_folders takes its arguments flattened

parent 67a4c62a
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ class SWHListerBase(abc.ABC, config.SWHConfig):
)
self.config['cache_dir'] = os.path.expanduser(self.config['cache_dir'])
if self.config['cache_responses']:
config.prepare_folders(self.config, ['cache_dir'])
config.prepare_folders(self.config, 'cache_dir')
if override_config:
self.config.update(override_config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment