From dfd473d23e8010cf0b0f45d5e33d4279470f5bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Tue, 24 Dec 2024 11:25:20 +0100 Subject: [PATCH] fix parameter --- executorlib/interactive/shared.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/executorlib/interactive/shared.py b/executorlib/interactive/shared.py index 8bc9b28f..41b99311 100644 --- a/executorlib/interactive/shared.py +++ b/executorlib/interactive/shared.py @@ -135,9 +135,7 @@ def __init__( super().__init__(max_cores=executor_kwargs.get("max_cores", None)) executor_kwargs["future_queue"] = self._future_queue executor_kwargs["spawner"] = spawner - executor_kwargs["queue_join_on_shutdown"] = ( - False # The same queue is shared over multiple threads - ) + executor_kwargs["queue_join_on_shutdown"] = False self._set_process( process=[ RaisingThread(