wip
This commit is contained in:
@@ -46,7 +46,6 @@ def launcher(proc: str, name: str, log_path: str) -> None:
|
||||
sentry.capture_exception()
|
||||
raise
|
||||
|
||||
|
||||
def join_process(process: Process, timeout: float) -> None:
|
||||
# Process().join(timeout) will hang due to a python 3 bug: https://bugs.python.org/issue28382
|
||||
# We have to poll the exitcode instead
|
||||
|
||||
Reference in New Issue
Block a user