Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-06 21:25:11 +03:00
parent de09793d28
commit c0b361b4d2

View file

@ -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: