Added debug information
This commit is contained in:
parent
de4efc0011
commit
dbf4d3ec82
|
|
@ -338,7 +338,7 @@ class SysCommandWorker:
|
||||||
self._trace_log += output
|
self._trace_log += output
|
||||||
except OSError as error:
|
except OSError as error:
|
||||||
self.ended = time.time()
|
self.ended = time.time()
|
||||||
print(f'Got [OSError]: {error}')
|
self.exit_code = os.waitpid(self.pid, 0)[1]
|
||||||
break
|
break
|
||||||
|
|
||||||
if pid_exists(self.pid) is False:
|
if pid_exists(self.pid) is False:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue