diff --git a/bauh/gems/arch/worker.py b/bauh/gems/arch/worker.py index 487545fd..558f7269 100644 --- a/bauh/gems/arch/worker.py +++ b/bauh/gems/arch/worker.py @@ -298,6 +298,7 @@ class RefreshMirrors(Thread): handler = ProcessHandler() try: + self.taskman.update_progress(self.task_id, 10, '') success, output = handler.handle_simple(pacman.refresh_mirrors(self.root_password)) if success: