Skip to content

Commit

Permalink
This needs to be there.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Sep 27, 2024
1 parent 7253cea commit cee6a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/galaxy/tools/parameters/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,9 @@ def get_option_display(value, options):
return "\n".join(map(str, rval))
return "Nothing selected."

def get_dependencies(self):
return []

def to_dict(self, trans, other_values=None):
other_values = other_values or {}
# skip SelectToolParameter (the immediate parent) bc we need to get options in a different way here
Expand Down

0 comments on commit cee6a76

Please sign in to comment.