mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 13:14:17 +02:00
[fix][arch] not displaying 'removing' substatus during the upgrade process
This commit is contained in:
@@ -92,9 +92,8 @@ class TransactionStatusHandler(Thread):
|
|||||||
|
|
||||||
if not substatus_found:
|
if not substatus_found:
|
||||||
if self.pkgs_to_remove > 0:
|
if self.pkgs_to_remove > 0:
|
||||||
self.watcher.change_substatus('')
|
|
||||||
|
|
||||||
if self.pkgs_to_remove == self.removing:
|
if self.pkgs_to_remove == self.removing:
|
||||||
|
self.watcher.change_substatus('')
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
performed = self.get_performed()
|
performed = self.get_performed()
|
||||||
|
|||||||
Reference in New Issue
Block a user