Skip to content

Commit 6c9886f

Browse files
author
David Ellis
committed
FIX: Replaces nipype.IdentityInterface with niu.IdentityInterface.
1 parent ccb4b16 commit 6c9886f

File tree

1 file changed

+1
-1
lines changed
  • nipype/workflows/smri/freesurfer

1 file changed

+1
-1
lines changed

nipype/workflows/smri/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def create_recoding_wf(in_file, out_file=None):
602602

603603
wf.connect([(recode, center_labelmap, [('out_file', 'in_file')])])
604604

605-
outputspec = pe.Node(nipype.IdentityInterface(['recodedlabelmap']), name="outputspec")
605+
outputspec = pe.Node(niu.IdentityInterface(['recodedlabelmap']), name="outputspec")
606606

607607
wf.connect([(center_labelmap, outputspec, [('out_file', 'recodedlabelmap')])])
608608
return wf

0 commit comments

Comments
 (0)