fedora-helper: Do not create CACHEDIR twice
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
fdf954cd36
commit
979ccdb601
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@ def get_binary_license(ctx, source, add, verbose):
|
||||||
|
|
||||||
This command resolves dependencies and outputs final license(s).
|
This command resolves dependencies and outputs final license(s).
|
||||||
"""
|
"""
|
||||||
os.makedirs(CACHEDIR, exist_ok=True)
|
|
||||||
|
|
||||||
pool = solv.Pool()
|
pool = solv.Pool()
|
||||||
pool.setarch(ARCH)
|
pool.setarch(ARCH)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue