mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 17:34:14 +02:00
implementing new suggestions api
This commit is contained in:
@@ -385,7 +385,7 @@ class FindSuggestions(AsyncAction):
|
||||
|
||||
def run(self):
|
||||
sugs = self.man.list_suggestions(limit=-1)
|
||||
self.notify_finished(sugs if sugs is not None else [])
|
||||
self.notify_finished([s.package for s in sugs] if sugs is not None else [])
|
||||
|
||||
|
||||
class ListWarnings(QThread):
|
||||
|
||||
Reference in New Issue
Block a user