Skip to content

Commit de203f4

Browse files
post rebase cleanup
1 parent 2a1b54d commit de203f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctdconverter/galaxy/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ def create_test_only(model, **kwargs):
19721972
# for input-files with multiple=true we need to add the batch mode conditional
19731973
if param.type is _InFile and param.is_list:
19741974
batch_cond_attrib = OrderedDict([
1975-
("name", get_galaxy_parameter_name(param)+"_cond")
1975+
("name", get_galaxy_parameter_name(param) + "_cond")
19761976
])
19771977
parent = add_child_node(parent, "conditional", batch_cond_attrib)
19781978

0 commit comments

Comments
 (0)