Skip to content

Commit

Permalink
Merge pull request #405 from tmaeno/master
Browse files Browse the repository at this point in the history
to resolve correctly secondary dataset names with types
  • Loading branch information
tmaeno authored Sep 9, 2024
2 parents 3d32869 + 3de3400 commit 5cc5a72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandaserver/workflow/workflow_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ def resolve_params(self, task_template=None, id_map=None, workflow=None):
dict_inputs["opt_secondaryDsTypes"].append(parent_node.output_types[0])
added = True
break
# use None if not found
dict_inputs["opt_secondaryDsTypes"].append(None)
added = True
if not added:
# use None if not found
dict_inputs["opt_secondaryDsTypes"].append(None)
Expand Down

0 comments on commit 5cc5a72

Please sign in to comment.