mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 21:14: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
|
return True
|
||||||
|
|
||||||
def handle(self, output: str):
|
def handle(self, output: str):
|
||||||
self.outputs.append(output)
|
self.outputs.insert(0, output)
|
||||||
|
|
||||||
def stop_working(self):
|
def stop_working(self):
|
||||||
self.work = False
|
self.work = False
|
||||||
|
|||||||
Reference in New Issue
Block a user