We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6ee4d commit c2b7af4Copy full SHA for c2b7af4
1 file changed
src/executorlib/task_scheduler/file/shared.py
@@ -100,7 +100,7 @@ def execute_tasks_h5(
100
for key, value in memory_dict.items()
101
if not value.done()
102
}
103
- if task_dict["cancel_futures"] and cancel_futures_on_shutdown:
+ if task_dict["cancel_futures"] or cancel_futures_on_shutdown:
104
if (
105
terminate_function is not None
106
and terminate_function == terminate_subprocess
0 commit comments