[fix][arch] not displaying 'removing' substatus during the upgrade process

This commit is contained in:
Vinicius Moreira
2020-06-06 18:41:51 -03:00
parent e30dc65033
commit 2d18e2d803

View File

@@ -92,9 +92,8 @@ class TransactionStatusHandler(Thread):
if not substatus_found:
if self.pkgs_to_remove > 0:
self.watcher.change_substatus('')
if self.pkgs_to_remove == self.removing:
self.watcher.change_substatus('')
return False
else:
performed = self.get_performed()