Skip to content

Commit

Permalink
fix task output
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 6, 2023
1 parent e68e215 commit 830c519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def _start_task(self, task):

self.state.ctx.output = {
**self.state.ctx.output,
**{task.id: task_result.output}
**task_result.output
}
else:
task_result = TaskResult(0, output={task.id: None})
Expand Down

0 comments on commit 830c519

Please sign in to comment.