Skip to content
Snippets Groups Projects
Commit 84ff0cad authored by aknecht2's avatar aknecht2
Browse files

Minor docs changes.

parent 33b306b1
No related branches found
No related tags found
No related merge requests found
......@@ -516,8 +516,10 @@ class WorkflowJob(object):
for file_dict in inputs[arg_value]["values"]:
add_value.append(file_dict["file"])
elif arg_info["type"] in chipathlon.conf.argument_types["file"]:
# Need to load from inputs / outputs conditionally
add_value = (inputs if arg_value in inputs else outputs)[arg_value]["file"]
else:
# No such thing as argument outputs
add_value = inputs[arg_value]["value"]
return add_value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment