Skip to content

Commit 3e3140b

Browse files
committed
Merge remote-tracking branch 'origin/more_error_tests' into more_error_tests
2 parents bf8c80e + 7759fb2 commit 3e3140b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

executorlib/interactive/shared.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ def __init__(
136136
super().__init__(max_cores=executor_kwargs.get("max_cores", None))
137137
executor_kwargs["future_queue"] = self._future_queue
138138
executor_kwargs["spawner"] = spawner
139-
executor_kwargs["queue_join_on_shutdown"] = False # The same queue is shared over multiple threads
139+
executor_kwargs["queue_join_on_shutdown"] = (
140+
False # The same queue is shared over multiple threads
141+
)
140142
self._set_process(
141143
process=[
142144
RaisingThread(

0 commit comments

Comments
 (0)