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