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 075f5e7 commit 18d3c32Copy full SHA for 18d3c32
nibabel/streamlines/trk.py
@@ -202,7 +202,7 @@ def decode_value_from_name(encoded_name):
202
value = int(splits[1]) # Decode value.
203
elif len(splits) > 2:
204
# The remaining bytes are not \x00, raising.
205
- msg = ("Wrong scalar_name or property_name: '{}'."
+ msg = ("Wrong scalar_name or property_name: '{0}'."
206
" Unused characters should be \\x00.").format(encoded_name)
207
raise HeaderError(msg)
208
0 commit comments