From 4564843144669c26998c200348cbc9d8aa78b864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Fri, 8 May 2020 19:12:07 -0300 Subject: [PATCH] [fix][arch] stopping conflicting file threads --- bauh/gems/arch/controller.py | 2 ++ 1 file changed, 2 insertions(+) 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: