Skip to content

Commit

Permalink
Merge pull request #57 from alexandrainst/hotfix/click-in-build-coral…
Browse files Browse the repository at this point in the history
…-data

hotfix: change option to argument
  • Loading branch information
AJDERS authored Dec 15, 2023
2 parents 1eebe7a + d760234 commit 30e1e6d
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 30e1e6d

Please sign in to comment.