Skip to content

Commit

Permalink
continue after finding value in task input stagning service
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jan 5, 2024
1 parent d70af64 commit 9aba6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/src/core/tasks/TaskInputFileStagingService.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def stage(self, task: Task):
for input_id, input_ in task.input.items():
if input_.value != None:
self._create_input_(task, input_id, input_.value)
continue

value_from = input_.value_from
key = list(value_from.keys())[0] # NOTE Should only have 1 key
Expand Down

0 comments on commit 9aba6a8

Please sign in to comment.