This commit is contained in:
Will McGugan
2022-08-17 09:55:54 +01:00
parent cb7d806040
commit d7656abb82
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ def launch_sandbox_script(python_file_name: str) -> None:
thread = threading.Thread(
target=launch_sandbox_script, args=(target_script_name,), daemon=True
target=launch_sandbox_script, args=(target_script_name,), daemon=False
)
thread.start()