Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Chen <chenh1024@gmail.com>
  • Loading branch information
raulchen committed Oct 6, 2023
1 parent 43dfc01 commit 879a088
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def _output_ready_callback(task_index, output: RefBundle):

# Notify output queue that the task has produced an new output.
self._output_queue.notify_task_output_ready(task_index, output)
self._data_tasks[task_index].add_num_output_blocks(len(output.blocks))

def _task_done_callback(task_index):
self._metrics.on_task_finished(task_index)
Expand Down

0 comments on commit 879a088

Please sign in to comment.