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 bb76132 commit 65c2415Copy full SHA for 65c2415
src/zarr/codecs/crc32c_.py
@@ -69,7 +69,7 @@ def _from_json_v2(cls, data: CodecJSON) -> Self:
69
return cls()
70
msg = (
71
"Invalid Zarr V2 JSON representation of the crc32c codec. "
72
- f"Got {data!r}, expected a Mapping with keys ('id')"
+ f"Got {data!r}, expected a Mapping with keys ('id', 'location')"
73
)
74
raise CodecValidationError(msg)
75
0 commit comments