We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1b54d commit de203f4Copy full SHA for de203f4
ctdconverter/galaxy/converter.py
@@ -1972,7 +1972,7 @@ def create_test_only(model, **kwargs):
1972
# for input-files with multiple=true we need to add the batch mode conditional
1973
if param.type is _InFile and param.is_list:
1974
batch_cond_attrib = OrderedDict([
1975
- ("name", get_galaxy_parameter_name(param)+"_cond")
+ ("name", get_galaxy_parameter_name(param) + "_cond")
1976
])
1977
parent = add_child_node(parent, "conditional", batch_cond_attrib)
1978
0 commit comments