From 979ccdb601a42acd6aac9007a39f292f92e0c1bd Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 30 May 2020 18:40:40 +0200 Subject: [PATCH] fedora-helper: Do not create CACHEDIR twice Signed-off-by: Igor Raits --- tools/fedora-helper.py | 2 -- 1 file changed, 2 deletions(-) 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)