mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix e2e
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user