Skip to content

Commit 9709c4f

Browse files
committed
fix typo conig- config
1 parent 9d45915 commit 9709c4f

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
@@ -1297,7 +1297,7 @@ def create_func_preproc(skullstrip_tool, motion_correct_tool,
12971297
preproc.connect(skullstrip_func, 'outputspec.func_brain',
12981298
func_mean, 'in_file')
12991299

1300-
if "Selected Functional Volume" in conig.func_reg_input:
1300+
if "Selected Functional Volume" in config.func_reg_input:
13011301
get_func_volume = pe.Node(interface=afni.Calc(),
13021302
name='get_func_volume')
13031303

0 commit comments

Comments
 (0)