Skip to content

Commit

Permalink
fix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Dec 24, 2024
1 parent 7759fb2 commit dfd473d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions executorlib/interactive/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dfd473d

Please sign in to comment.