Fix app_caches.py
This commit is contained in:
parent
f80106a29e
commit
aacce11e4e
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ def __run_for_catalog():
|
|||
if args.verbose:
|
||||
logging.getLogger().setLevel(logging.INFO)
|
||||
|
||||
apps_path = get_apps_repo.from_args(args)
|
||||
cache_path = get_apps_repo.cache_path(args)
|
||||
cache_path.mkdir(exist_ok=True, parents=True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue