We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb4b16 commit 6c9886fCopy full SHA for 6c9886f
nipype/workflows/smri/freesurfer/utils.py
@@ -602,7 +602,7 @@ def create_recoding_wf(in_file, out_file=None):
602
603
wf.connect([(recode, center_labelmap, [('out_file', 'in_file')])])
604
605
- outputspec = pe.Node(nipype.IdentityInterface(['recodedlabelmap']), name="outputspec")
+ outputspec = pe.Node(niu.IdentityInterface(['recodedlabelmap']), name="outputspec")
606
607
wf.connect([(center_labelmap, outputspec, [('out_file', 'recodedlabelmap')])])
608
return wf
0 commit comments