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