We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a2f82 commit 6b62865Copy full SHA for 6b62865
1 file changed
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