diff --git a/bauh/gems/arch/output.py b/bauh/gems/arch/output.py index 76887fdc..7188190a 100644 --- a/bauh/gems/arch/output.py +++ b/bauh/gems/arch/output.py @@ -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()