Skip to content

Commit

Permalink
Update lib/galaxy/tools/parameters/basic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
  • Loading branch information
jmchilton and nsoranzo authored Sep 26, 2024
1 parent 3c1461c commit 7253cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/parameters/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ def __init__(self, tool, input_source, context=None):
drill_down_dynamic_options = input_source.parse_drill_down_dynamic_options(tool_data_path)
if drill_down_dynamic_options is not None:
self.is_dynamic = True
self.dynamic_options = drill_down_dynamic_options.code_block
self.dynamic_options = drill_down_dynamic_options.from_code_block()
self.options = []
else:
self.is_dynamic = False
Expand Down

0 comments on commit 7253cea

Please sign in to comment.