Skip to content

Commit 99fae49

Browse files
committed
return none
1 parent 9bcdb2f commit 99fae49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

executorlib/task_scheduler/file/queue_spawner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,5 @@ def get_terminate_function(terminate_tasks_on_shutdown: bool) -> Optional[Callab
152152
"""
153153
if terminate_tasks_on_shutdown:
154154
return terminate_with_pysqa
155+
else:
156+
return None

0 commit comments

Comments
 (0)