Skip to content

Commit

Permalink
Merge pull request #2179 from FCP-INDI/fstring_fix
Browse files Browse the repository at this point in the history
🔨 adding f in fstring
  • Loading branch information
birajstha authored Jan 30, 2025
2 parents 61ad414 + eb0400d commit f98b150
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 f98b150

Please sign in to comment.