Skip to content

Commit 987427a

Browse files
author
David Ellis
committed
FIX: Fixes typo when connecting workflows.
1 parent 0b6eb84 commit 987427a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/workflows/smri/freesurfer/autorecon3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,9 @@ def create_AutoRecon3(name="AutoRecon3", qcache=False, plugin_args=None,
725725
])
726726

727727
if fsvernum > 6:
728-
ar3_wf.connect(inputspec, 'aseg_presurf', segstats, 'presurf_seg')
728+
ar3_wf.connect(inputspec, 'aseg_presurf', wm_segstats, 'presurf_seg')
729729
else:
730-
ar3_wf.connect(inputspec, 'aseg_presurf', segstats, 'aseg')
730+
ar3_wf.connect(inputspec, 'aseg_presurf', wm_segstats, 'aseg')
731731

732732

733733

0 commit comments

Comments
 (0)