From aacce11e4e2d54d12c687bf8d9f78a74084918ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 13 Sep 2024 15:14:35 +0200 Subject: [PATCH] Fix app_caches.py --- app_caches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app_caches.py b/app_caches.py index da2f73b..9f5a5bf 100755 --- a/app_caches.py +++ b/app_caches.py @@ -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)