mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated for list
This commit is contained in:
parent
3509378811
commit
3ab992b051
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Upgrade(Configs):
|
|||
""" Returns the upgradable packages. """
|
||||
|
||||
# Returns the matched packages between two lists.
|
||||
packages: list = list(set(self.utils.installed_packages.keys()) & set(list(self.data.keys())))
|
||||
packages: list = list(set(self.utils.installed_packages.keys()) & set(self.data.keys()))
|
||||
|
||||
for pkg in packages:
|
||||
if self.is_package_upgradeable(pkg):
|
||||
|
|
Loading…
Reference in a new issue