mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 20:14:14 +02:00
Merge branch 'master' into staging
This commit is contained in:
@@ -5,7 +5,7 @@ from bauh.api.abstract.view import MessageType, ViewComponent
|
||||
|
||||
class ProcessWatcher:
|
||||
"""
|
||||
Represents an view component watching background processes. It's a bridge for ApplicationManager instances notifiy the view of processes progression and also
|
||||
Represents an view component watching background processes. It's a bridge for ApplicationManager instances notify the view of processes progression and also
|
||||
request any user interaction without the need of knowing any GUI code.
|
||||
"""
|
||||
|
||||
|
||||
@@ -1071,7 +1071,7 @@ class ArchManager(SoftwareManager):
|
||||
|
||||
return True
|
||||
except:
|
||||
self.logger.error("An error occured while removing packages: {}".format(', '.join(to_remove)))
|
||||
self.logger.error("An error occurred while removing packages: {}".format(', '.join(to_remove)))
|
||||
traceback.print_exc()
|
||||
output_handler.stop_working()
|
||||
output_handler.join()
|
||||
|
||||
Reference in New Issue
Block a user