Skip to content

Commit 87547b7

Browse files
committed
Update surfaces.py
1 parent c69c7c9 commit 87547b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/smriprep/workflows/surfaces.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,10 @@ def init_cortex_masks_wf(
11901190
niu.IdentityInterface(fields=['midthickness', 'thickness']),
11911191
name='inputnode',
11921192
)
1193-
outputnode = pe.Node(niu.IdentityInterface(fields=['cortex_masks']), name='outputnode')
1193+
outputnode = pe.Node(
1194+
niu.IdentityInterface(fields=['cortex_masks', 'source_files']),
1195+
name='outputnode',
1196+
)
11941197

11951198
# Combine the inputs into a list
11961199
combine_sources = pe.Node(

0 commit comments

Comments
 (0)