1
0
Fork 0

Fix app_caches.py

This commit is contained in:
Félix Piédallu 2024-09-13 15:14:35 +02:00 committed by Félix Piédallu
parent f80106a29e
commit aacce11e4e

View file

@ -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)