Skip to content

Commit bc9751e

Browse files
authored
Update base.py
add comma to outputnode of init_func_preproc_wf
1 parent a6029ed commit bc9751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def init_func_preproc_wf(
407407

408408
outputnode = pe.Node(niu.IdentityInterface(
409409
fields=['bold_t1', 'bold_t1_ref', 'bold_mask_t1', 'bold_aseg_t1', 'bold_aparc_t1',
410-
'bold_std', 'bold_std_ref' 'bold_mask_std', 'bold_aseg_std', 'bold_aparc_std',
410+
'bold_std', 'bold_std_ref', 'bold_mask_std', 'bold_aseg_std', 'bold_aparc_std',
411411
'bold_native', 'bold_cifti', 'cifti_variant', 'cifti_variant_key', 'surfaces',
412412
'confounds', 'aroma_noise_ics', 'melodic_mix', 'nonaggr_denoised_file',
413413
'confounds_metadata']),

0 commit comments

Comments
 (0)