Skip to content

Commit 8fe83b5

Browse files
committed
Merge commit 'b62cede9cfa6fc579ca9db3f71a28f93172659a5' into faster_batching
2 parents 4bb3015 + b62cede commit 8fe83b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executorlib/task_scheduler/interactive/dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _execute_tasks_with_dependencies(
271271
future_queue.task_done()
272272
future_queue.join()
273273
break
274-
if ( # shutdown the executor
274+
elif ( # handle internal tasks for getting and setting information about the executor
275275
task_dict is not None and "internal" in task_dict and task_dict["internal"]
276276
):
277277
if task_dict["task"] == "get_info":

0 commit comments

Comments
 (0)