mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for comments
This commit is contained in:
parent
de09793d28
commit
c0b361b4d2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Upgrade(Configs):
|
|||
else:
|
||||
repo_packages: list = list(SBoQueries('').sbos())
|
||||
|
||||
# Compares two lists and get only the installed packages from the repository.
|
||||
# Returns the matched packages between two lists.
|
||||
packages: list = list(set(self.all_installed) & set(repo_packages))
|
||||
|
||||
for pkg in packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue