Skip to content

Commit

Permalink
adding f to f-string fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
birajstha committed Nov 5, 2024
1 parent dc5663c commit 590b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/connectome/connectivity_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def create_connectome_afni(name, method, pipe_num):
imports=["import subprocess"],
function=strip_afni_output_header,
),
name="netcorrStripHeader{method}_{pipe_num}",
name=f"netcorrStripHeader{method}_{pipe_num}",
)

name_output_node = pe.Node(
Expand Down

0 comments on commit 590b437

Please sign in to comment.