Skip to content

Commit

Permalink
Update rapidtide_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Aug 7, 2024
1 parent 660053c commit 272a5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapidtide/workflows/rapidtide_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1826,12 +1826,12 @@ def process_args(inputargs=None):
args["graymatterincludevals"],
)

if args["whitematterspec"] is not None:
if args["whitematterincludespec"] is not None:
(
args["whitematterincludename"],
args["whitematterincludevals"],
) = tide_io.processnamespec(
args["whitematterspec"], "Including voxels where ", "in white matter mask."
args["whitematterincludespec"], "Including voxels where ", "in white matter mask."
)

if args["globalmeanincludespec"] is not None:
Expand Down

0 comments on commit 272a5f2

Please sign in to comment.