Updated for break

This commit is contained in:
Dimitris Zlatanidis 2023-05-23 12:18:38 +03:00
parent f0bdb256bf
commit c572f741b5

View file

@ -208,4 +208,5 @@ class Utilities(Configs):
if package.lower() == pkg.lower():
packages.append(pkg)
packages.remove(package)
break
return packages