Skip to content

Commit c52cf92

Browse files
committed
Fix list_outputs typo.
1 parent c82b279 commit c52cf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ def _list_outputs(self):
15821582
subject_id = f"{self.inputs.longitudinal_timepoint_id}.long.{self.inputs.longitudinal_template_id}"
15831583
outputs.update(
15841584
FreeSurferSource(
1585-
subject_id=subject_id, subjects_id=subjects_dir, hemi=hemi
1585+
subject_id=subject_id, subjects_dir=subjects_dir, hemi=hemi
15861586
)._list_outputs()
15871587
)
15881588
outputs["subject_id"] = subject_id

0 commit comments

Comments
 (0)