mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +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:
|
else:
|
||||||
repo_packages: list = list(SBoQueries('').sbos())
|
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))
|
packages: list = list(set(self.all_installed) & set(repo_packages))
|
||||||
|
|
||||||
for pkg in packages:
|
for pkg in packages:
|
||||||
|
|
Loading…
Add table
Reference in a new issue