Skip to content

Commit

Permalink
hotfix: change option to argument
Browse files Browse the repository at this point in the history
  • Loading branch information
AJDERS committed Dec 15, 2023
1 parent 1eebe7a commit d760234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build_coral_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"input_path",
type=click.Path(exists=True),
)
@click.option(
@click.argument(
"metadata_path",
type=click.Path(exists=True),
)
Expand Down

0 comments on commit d760234

Please sign in to comment.