mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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 upgradable packages. """
|
||||||
|
|
||||||
# Returns the matched packages between two lists.
|
# 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:
|
for pkg in packages:
|
||||||
if self.is_package_upgradeable(pkg):
|
if self.is_package_upgradeable(pkg):
|
||||||
|
|
Loading…
Add table
Reference in a new issue