mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix for upgradable view
This commit is contained in:
parent
808fa4981e
commit
e6d1cbdde9
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class View(Configs):
|
|||
|
||||
upgradeable: bool = False
|
||||
if option != 'remove':
|
||||
upgradeable: bool = self.upgrade.is_package_upgradeable(package)
|
||||
upgradeable: bool = self.upgrade.is_package_upgradeable(installed)
|
||||
|
||||
if not installed:
|
||||
self.sum_install += 1
|
||||
|
|
Loading…
Reference in a new issue