mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[improvement][arch] displaying an initial percentage for 'mirrors refreshing' preparing task
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user