Skip to content

Commit c554cf0

Browse files
authored
Merge pull request #508 from octomike/fix_longitudinal_arg
Fix: correct notation for longitudinal arg value
2 parents bcb3a73 + b99232d commit c554cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434
)
3535

3636
if opts.subject_anatomical_reference == 'unbiased':
37-
opts['longitudinal'] = True
37+
opts.longitudinal = True
3838
return build_opts(opts)
3939

4040

0 commit comments

Comments
 (0)