Skip to content

Commit

Permalink
fix string bug "invalid escape sequence"
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-neurosc committed Apr 16, 2024
1 parent a09aa6d commit ef8b53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def write_connectome_mat(

if MISSING:
ROI_file = os.path.join(
f"D:\Connectome_RMAP_OUT\whole_brain\ROIs", f"ROI-{i}.nii"
r"D:\Connectome_RMAP_OUT\whole_brain\ROIs", f"ROI-{i}.nii"
)
# copy the ROI file to the following folder:
PATH_ROI_OUT = (
Expand Down

0 comments on commit ef8b53a

Please sign in to comment.