Skip to content

Commit c5cb7f3

Browse files
jrs65ljgray
authored andcommitted
fix(pipeline): pipeline tasks can return multiple outputs to unpack
1 parent d1b36d3 commit c5cb7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caput/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def _setup_tasks(self):
871871
# Validate that all inputs have a corresponding output key.
872872
self._validate_task_inputs()
873873

874-
# Setup all tasks in the task listk
874+
# Setup all tasks in the task list
875875
for ii, task_spec in enumerate(self.task_specs):
876876
try:
877877
# Load the task instance and add it to the pipeline

0 commit comments

Comments
 (0)