Update dprocess.py

This commit is contained in:
Leon 2021-11-17 09:38:01 +01:00 committed by GitHub
parent e7a2908e4c
commit 9e41928375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def _start_detached(executable, *args, writer: multiprocessing.Pipe = None):
# send pid to pipe
writer.send(p.pid)
exit()
sys.exit()
def _cleanup():