add cache dir name to config
This commit is contained in:
parent
6ea1827b99
commit
f8b70f07c9
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ def _create_config(path: str, tracker: str, cached: bool) -> ConfigParser:
|
||||||
'archive_path': 'archive',
|
'archive_path': 'archive',
|
||||||
'toml_imports_path': 'toml_imports',
|
'toml_imports_path': 'toml_imports',
|
||||||
'import_scripts_path': 'import_scripts',
|
'import_scripts_path': 'import_scripts',
|
||||||
|
'cache_path': '.cache',
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue