mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 05:54:15 +02:00
fix
This commit is contained in:
@@ -187,7 +187,9 @@ class GenericApplicationManager(ApplicationManager):
|
||||
if self.managers:
|
||||
for man in self.managers:
|
||||
if self._is_enabled(man):
|
||||
updates.extend(man.list_updates())
|
||||
man_updates = man.list_updates()
|
||||
if man_updates:
|
||||
updates.extend(man_updates)
|
||||
|
||||
return updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user