We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bb3015 + b62cede commit 8fe83b5Copy full SHA for 8fe83b5
1 file changed
src/executorlib/task_scheduler/interactive/dependency.py
@@ -271,7 +271,7 @@ def _execute_tasks_with_dependencies(
271
future_queue.task_done()
272
future_queue.join()
273
break
274
- if ( # shutdown the executor
+ elif ( # handle internal tasks for getting and setting information about the executor
275
task_dict is not None and "internal" in task_dict and task_dict["internal"]
276
):
277
if task_dict["task"] == "get_info":
0 commit comments