Skip to content

Commit 580210e

Browse files
effigiesmgxd
andauthored
Update smriprep/interfaces/cifti.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 3317fd7 commit 580210e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/interfaces/cifti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _prepare_cifti(grayordinates: str) -> ty.Tuple[list, dict]:
9898
}
9999
}
100100
if grayordinates not in grayord_key:
101-
raise NotImplementedError("Grayordinates {grayordinates} is not supported.")
101+
raise NotImplementedError(f"Grayordinates {grayordinates} is not supported.")
102102

103103
total_grayords = grayord_key[grayordinates]['grayords']
104104
res_mm = grayord_key[grayordinates]['res-mm']

0 commit comments

Comments
 (0)