mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 09:44:15 +02:00
removing proc wait call
This commit is contained in:
@@ -26,8 +26,6 @@ class AsyncAction(QThread, ProcessHandler):
|
|||||||
|
|
||||||
success, already_succeeded = True, False
|
success, already_succeeded = True, False
|
||||||
|
|
||||||
proc.wait()
|
|
||||||
|
|
||||||
for output in proc.subproc.stdout:
|
for output in proc.subproc.stdout:
|
||||||
line = output.decode().strip()
|
line = output.decode().strip()
|
||||||
if line:
|
if line:
|
||||||
|
|||||||
Reference in New Issue
Block a user