mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 19:04:15 +02:00
[fix][arch] crashing while reading the installed packages when the internet is unstable
This commit is contained in:
@@ -55,6 +55,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Fixes
|
### Fixes
|
||||||
- Flatpak
|
- Flatpak
|
||||||
- not displaying application updates on the search results
|
- not displaying application updates on the search results
|
||||||
|
- Arch
|
||||||
|
- crashing while reading the installed packages when the internet is unstable
|
||||||
|
|
||||||
- initialization dialog hangs when there is no task to wait for [#112](https://github.com/vinifmor/bauh/issues/112)
|
- initialization dialog hangs when there is no task to wait for [#112](https://github.com/vinifmor/bauh/issues/112)
|
||||||
- not caching data of repository packages with unknown repository names
|
- not caching data of repository packages with unknown repository names
|
||||||
|
|||||||
@@ -185,6 +185,7 @@ class AURClient:
|
|||||||
return pkgnames
|
return pkgnames
|
||||||
else:
|
else:
|
||||||
self.logger.warning("Could not load AUR index on the context")
|
self.logger.warning("Could not load AUR index on the context")
|
||||||
|
return set()
|
||||||
else:
|
else:
|
||||||
return index.values()
|
return index.values()
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user