[fix][arch] stopping conflicting file threads

This commit is contained in:
Vinícius Moreira
2020-05-08 19:12:07 -03:00
parent 22e82d5e24
commit 4564843144

View File

@@ -752,6 +752,8 @@ class ArchManager(SoftwareManager):
handler.watcher.print("Aborted by the user") handler.watcher.print("Aborted by the user")
return False return False
else: else:
output_handler.stop_working()
output_handler.join()
self.logger.error("'pacman' returned an unexpected response or error phrase after upgrading the repository packages") self.logger.error("'pacman' returned an unexpected response or error phrase after upgrading the repository packages")
return False return False
except: except: