Skip to content

Commit 6d549ae

Browse files
committed
fix bug: typo connection
1 parent 9709c4f commit 6d549ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/func_preproc/func_preproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ def create_func_preproc(skullstrip_tool, motion_correct_tool,
13061306
single_idx=config.func_reg_input_volume,
13071307
outputtype='NIFTI_GZ'
13081308
)
1309-
workflow.connect(skullstrip_func, 'outputspec.func_brain',
1309+
preproc.connect(skullstrip_func, 'outputspec.func_brain',
13101310
get_func_volume, 'in_file_a')
13111311

13121312
if config.n4_correct_func_reg_input :

0 commit comments

Comments
 (0)