[fix][arch] not stopping the upgrade process if a transaction error happens

This commit is contained in:
Vinícius Moreira
2020-04-20 10:46:26 -03:00
parent efd4179b7e
commit 7b07ce0cab
4 changed files with 23 additions and 5 deletions

View File

@@ -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('')