diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index 1bdd0fa5..6d40e028 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -752,6 +752,8 @@ class ArchManager(SoftwareManager): handler.watcher.print("Aborted by the user") return False else: + output_handler.stop_working() + output_handler.join() self.logger.error("'pacman' returned an unexpected response or error phrase after upgrading the repository packages") return False except: