Skip to content

Commit

Permalink
pyfreesurfer/scripts/pyfreesurfer_conversion: configuration file is n…
Browse files Browse the repository at this point in the history
…ot required.
  • Loading branch information
AGrigis committed Nov 28, 2016
1 parent 3e4a7a7 commit a3d8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfreesurfer/scripts/pyfreesurfer_conversion
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ parser.add_argument(
"-e", "--erase", dest="erase", action="store_true",
help="if activated, clean the result folder.")
parser.add_argument(
"-c", "--config", dest="fsconfig", metavar="FILE", required=True,
"-c", "--config", dest="fsconfig", metavar="FILE",
help="the FreeSurfer configuration file.", type=is_file)
parser.add_argument(
"-d", "--fsdir", dest="fsdir", required=True, metavar="PATH",
Expand Down

0 comments on commit a3d8645

Please sign in to comment.