mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Bugfix check repositories
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c18eccfa94
commit
280e072e5a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class ArgParse(BlackList):
|
|||
repos = self.args[1].split("=")[-1].split(",")
|
||||
for rp in repos:
|
||||
if rp not in self.meta.repositories:
|
||||
repos.remove(rp)
|
||||
usage(rp, 1)
|
||||
upgrade.run(repos)
|
||||
else:
|
||||
usage("", 1)
|
||||
|
|
Loading…
Reference in a new issue