Skip to content

Commit

Permalink
try naming the parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Mar 5, 2025
1 parent db03840 commit b7602be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_notebook_templates/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def runfunc(ctx, basename, **kwargs):
click.option(
f"--{param.replace('_', '-')}",
f"--{param.replace('_', '-')}",
param.replace("_", "-")
param.replace("_", "-"),
type=tps[v['inferred_type_name']],
default=eval(v['default']),
help=v['help'],
Expand Down

0 comments on commit b7602be

Please sign in to comment.