From 979ccdb601a42acd6aac9007a39f292f92e0c1bd Mon Sep 17 00:00:00 2001 From: Igor Raits Date: May 30 2020 16:40:40 +0000 Subject: fedora-helper: Do not create CACHEDIR twice Signed-off-by: Igor Raits --- 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)