mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 17:54: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()
|
handler = ProcessHandler()
|
||||||
try:
|
try:
|
||||||
|
self.taskman.update_progress(self.task_id, 10, '')
|
||||||
success, output = handler.handle_simple(pacman.refresh_mirrors(self.root_password))
|
success, output = handler.handle_simple(pacman.refresh_mirrors(self.root_password))
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
|
|||||||
Reference in New Issue
Block a user