We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9427e7b commit 0aad49eCopy full SHA for 0aad49e
1 file changed
lib/galaxy/visualization/plugins/config_parser.py
@@ -373,7 +373,7 @@ def parse(self, xml_tree):
373
raise ParsingException("Param entry requires text")
374
375
# determine parameter type
376
- returned["type"] = param_type = xml_tree.get("type") or self.DEFAULT_PARAM_TYPE
+ returned["type"] = xml_tree.get("type") or self.DEFAULT_PARAM_TYPE
377
378
# is the parameter required in the template and,
379
# if not, what is the default value?
0 commit comments