mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Fix for key look
This commit is contained in:
parent
5a795dff78
commit
90baadcd81
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def usage(repo):
|
||||||
if repo and repo not in _meta_.repositories:
|
if repo and repo not in _meta_.repositories:
|
||||||
all_repos = RepoList().all_repos
|
all_repos = RepoList().all_repos
|
||||||
del RepoList().all_repos
|
del RepoList().all_repos
|
||||||
if repo in all_repos:
|
if repo in all_repos.keys():
|
||||||
error_repo = ("slpkg: Error: Repository '{0}' is not activated"
|
error_repo = ("slpkg: Error: Repository '{0}' is not activated"
|
||||||
"\n".format(repo))
|
"\n".format(repo))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue