diff --git a/tools/fedora-helper.py b/tools/fedora-helper.py index 67f0794..491ea23 100755 --- a/tools/fedora-helper.py +++ b/tools/fedora-helper.py @@ -76,8 +76,6 @@ def get_binary_license(ctx, source, add, verbose): This command resolves dependencies and outputs final license(s). """ - os.makedirs(CACHEDIR, exist_ok=True) - pool = solv.Pool() pool.setarch(ARCH)