Skip to content

Commit 7b2013d

Browse files
committed
delete repeated field
1 parent 527e46e commit 7b2013d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/anat_preproc/anat_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def acpc_alignment(skullstrip_tool='afni', config=None, acpc_target='whole-head'
3838

3939
inputnode = pe.Node(util.IdentityInterface(fields=['anat_leaf',
4040
'brain_mask',
41-
'template_brain_only_for_anat', 'template_brain_only_for_anat',
41+
'template_brain_only_for_anat',
4242
'template_skull_for_anat',
4343
'template_brain_for_acpc',
4444
'template_head_for_acpc']),

0 commit comments

Comments
 (0)