lister_base: prepare_folders takes its arguments flattened
This commit is contained in:
parent
67a4c62a64
commit
3c7cfe7d78
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue