Skip to content

Commit fcc2a99

Browse files
Fix f string formatting
Co-authored-by: Isaac To <candleindark@users.noreply.github.com>
1 parent 80ac4dc commit fcc2a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dandischema/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def migrate(
404404
to_version_tuple = version2tuple(to_version)
405405
except ValueError as e:
406406
msg = (
407-
"The provided target version, {to_version!r}, is not a valid DANDI schema "
407+
f"The provided target version, {to_version!r}, is not a valid DANDI schema "
408408
"version."
409409
)
410410
raise ValueError(msg) from e

0 commit comments

Comments
 (0)