Skip to content

Commit c0cf40f

Browse files
ellisdgDavid Ellis
authored andcommitted
FIX: Fixes typo.
1 parent cd7dc15 commit c0cf40f

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
@@ -281,9 +281,9 @@ def create_AutoRecon3(name="AutoRecon3", qcache=False, plugin_args=None,
281281
])
282282

283283
if fsvernum > 6:
284-
ar3_wf.connect([(inputpsec, volume_mask, [('aseg_presurf', 'in_aseg')])])
284+
ar3_wf.connect([(inputspec, volume_mask, [('aseg_presurf', 'in_aseg')])])
285285
else:
286-
ar3_wf.connect([(inputpsec, volume_mask, [('aseg_presurf', 'aseg')])])
286+
ar3_wf.connect([(inputspec, volume_mask, [('aseg_presurf', 'aseg')])])
287287

288288
ar3_lh_wf2 = pe.Workflow(name="AutoRecon3_Left_2")
289289
ar3_rh_wf2 = pe.Workflow(name="AutoRecon3_Right_2")

0 commit comments

Comments
 (0)