mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[fix][arch] stopping conflicting file threads
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user