Codebase list ctdconverter / 663fb33
style fixes Bjoern Gruening 9 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
593593 if param_type == "text":
594594 # add size attribute... this is the length of a textbox field in Galaxy (it could also be 15x2, for instance)
595595 param_node.setAttribute("size", "20")
596
597
596
598597 # check for default value
599598 if param.default is not None:
600599 if type(param.default) is list: