Skip to content

Commit

Permalink
[FIX] fix reconstruction_method CLI option (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Oct 23, 2023
1 parent 10ed566 commit b73a8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinica/pipelines/cli_param/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

reconstruction_method = option(
"-rec",
"--reconstruction",
"--reconstruction_method",
type=click.Choice(ReconstructionMethod),
help=(
"Select the PET scans based on the reconstruction method. "
Expand Down

0 comments on commit b73a8d2

Please sign in to comment.