From d760234ecdf5939d5a15a3d5f1fbb83b6d4f5f1b Mon Sep 17 00:00:00 2001 From: Anders Jess Pedersen Date: Fri, 15 Dec 2023 12:50:52 +0100 Subject: [PATCH] hotfix: change option to argument --- src/scripts/build_coral_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/build_coral_data.py b/src/scripts/build_coral_data.py index a87478a3..3725e93f 100644 --- a/src/scripts/build_coral_data.py +++ b/src/scripts/build_coral_data.py @@ -18,7 +18,7 @@ "input_path", type=click.Path(exists=True), ) -@click.option( +@click.argument( "metadata_path", type=click.Path(exists=True), )