Skip to content

Commit 3d60d7d

Browse files
author
David Ellis
committed
FIX: adds item to outpus for autorecon1
1 parent 4d16008 commit 3d60d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/workflows/smri/freesurfer/autorecon1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def awkfile(in_file, log_file):
444444
'braintemplate']
445445

446446
if fsvernum < 6:
447-
outputspec = pe.Node(IdentityInterface(fields=outputs + 'nu'),
447+
outputspec = pe.Node(IdentityInterface(fields=outputs + ['nu']),
448448
name="outputspec")
449449
ar1_wf.connect([(add_to_header_nu, outputspec, [('out_file', 'nu')])])
450450
else:

0 commit comments

Comments
 (0)