mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[fix][arch] crashing while reading the installed packages when the internet is unstable
This commit is contained in:
@@ -185,6 +185,7 @@ class AURClient:
|
||||
return pkgnames
|
||||
else:
|
||||
self.logger.warning("Could not load AUR index on the context")
|
||||
return set()
|
||||
else:
|
||||
return index.values()
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user