mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 13:14:15 +02:00
[fix][arch] not stopping the upgrade process if a transaction error happens
This commit is contained in:
@@ -741,7 +741,7 @@ class ArchManager(SoftwareManager):
|
||||
disk.save_several(repo_pkgs_names, repo_map=repo_map, overwrite=True, maintainer=None)
|
||||
|
||||
else:
|
||||
self.logger.error("'pacman' returned an unexpected response after upgrading the repository packages")
|
||||
self.logger.error("'pacman' returned an unexpected response or error phrase after upgrading the repository packages")
|
||||
return False
|
||||
except:
|
||||
watcher.change_substatus('')
|
||||
|
||||
Reference in New Issue
Block a user