Skip to content

Commit

Permalink
to resolve correctly secondary dataset names with types
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Sep 9, 2024
1 parent 895ac0c commit 3de3400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandaserver/workflow/workflow_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ def short_desc(self):
# resolve workload-specific parameters
def resolve_params(self, task_template=None, id_map=None, workflow=None):
if self.type in ["prun", "junction", "reana"]:
print("********")
dict_inputs = self.convert_dict_inputs()
if "opt_secondaryDSs" in dict_inputs:
# look for secondaryDsTypes if missing
Expand Down

0 comments on commit 3de3400

Please sign in to comment.