We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3317fd7 commit 580210eCopy full SHA for 580210e
smriprep/interfaces/cifti.py
@@ -98,7 +98,7 @@ def _prepare_cifti(grayordinates: str) -> ty.Tuple[list, dict]:
98
}
99
100
if grayordinates not in grayord_key:
101
- raise NotImplementedError("Grayordinates {grayordinates} is not supported.")
+ raise NotImplementedError(f"Grayordinates {grayordinates} is not supported.")
102
103
total_grayords = grayord_key[grayordinates]['grayords']
104
res_mm = grayord_key[grayordinates]['res-mm']
0 commit comments