Skip to content

Commit c38a1fd

Browse files
authored
Merge branch 'develop' into coregistration_prep_vol
2 parents d442176 + f98b150 commit c38a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/connectome/connectivity_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def create_connectome_afni(name, method, pipe_num):
171171
imports=["import subprocess"],
172172
function=strip_afni_output_header,
173173
),
174-
name="netcorrStripHeader{method}_{pipe_num}",
174+
name=f"netcorrStripHeader{method}_{pipe_num}",
175175
)
176176

177177
name_output_node = pe.Node(

0 commit comments

Comments
 (0)