Added debug information

This commit is contained in:
Anton Hvornum 2022-02-12 18:21:48 +01:00
parent a9f743e8ba
commit 95ebbddfcb
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ class SysCommandWorker:
except OSError as error:
self.ended = time.time()
self.exit_code = os.waitpid(self.pid, 0)[1]
print(f'Ended via OSErrpr: {self.exit_code}: {self._trace_log[-100:]}')
break
if pid_exists(self.pid) is False: