mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated for break
This commit is contained in:
parent
f0bdb256bf
commit
c572f741b5
1 changed files with 1 additions and 0 deletions
|
@ -208,4 +208,5 @@ class Utilities(Configs):
|
|||
if package.lower() == pkg.lower():
|
||||
packages.append(pkg)
|
||||
packages.remove(package)
|
||||
break
|
||||
return packages
|
||||
|
|
Loading…
Reference in a new issue