From ffa129c37d488d2fca3c372d713d211fde9c940e Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Sun, 18 Aug 2019 14:11:53 -0300 Subject: [PATCH] removing proc wait call --- bauh/view/qt/thread.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bauh/view/qt/thread.py b/bauh/view/qt/thread.py index 1c39ba1b..c870726c 100644 --- a/bauh/view/qt/thread.py +++ b/bauh/view/qt/thread.py @@ -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: