We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0a2f82 + 6b62865 commit 2f5aa66Copy full SHA for 2f5aa66
galaxy/converter.py
@@ -510,7 +510,7 @@ def create_repeat_attribute_list(rep_node, param):
510
rep_node.attrib["min"] = "0"
511
# for the ITEMLISTs which have LISTITEM children we only
512
# need one parameter as it is given as a string
513
- if param.default is not None:
+ if param.default is not None and param.default is not _Null:
514
rep_node.attrib["max"] = "1"
515
rep_node.attrib["title"] = get_galaxy_parameter_name(param)
516
0 commit comments