mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[fix][arch] substatus handler not handling outputs in the right order
This commit is contained in:
@@ -107,7 +107,7 @@ class TransactionStatusHandler(Thread):
|
||||
return True
|
||||
|
||||
def handle(self, output: str):
|
||||
self.outputs.append(output)
|
||||
self.outputs.insert(0, output)
|
||||
|
||||
def stop_working(self):
|
||||
self.work = False
|
||||
|
||||
Reference in New Issue
Block a user