Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 3, 2024
1 parent aa0301f commit 8ddc181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_rapidtide/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def _bids_filter(value, parser):
type=int,
metavar='MAXPASSES',
help=(
'Terminate refinement after MAXPASSES passes, whether or not convergence has occured.'
'Terminate refinement after MAXPASSES passes, whether or not convergence has occurred.'
),
default=DEFAULT_MAXPASSES,
)
Expand Down

0 comments on commit 8ddc181

Please sign in to comment.