Skip to content

Commit 9bcdb2f

Browse files
committed
Merge branch 'terminate_function' of github.com:pyiron/executorlib into terminate_function
2 parents ecbb162 + 3a81038 commit 9bcdb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executorlib/task_scheduler/file/queue_spawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ def get_terminate_function(terminate_tasks_on_shutdown: bool) -> Optional[Callab
151151
Optional[Callable]: The terminate function to use, or None if no termination is needed.
152152
"""
153153
if terminate_tasks_on_shutdown:
154-
return terminate_with_pysqa
154+
return terminate_with_pysqa

0 commit comments

Comments
 (0)