Skip to content

Commit 590b437

Browse files
committed
adding f to f-string fixing typo
1 parent dc5663c commit 590b437

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)