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