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 f0dd375 commit 08b5763Copy full SHA for 08b5763
src/zarr/store/remote.py
@@ -69,7 +69,7 @@ def __init__(
69
self.path = url.path.rstrip("/")
70
self._fs = url.fs
71
else:
72
- raise ValueError("URL not understood, %s", url)
+ raise ValueError(f"URL not understood, {url}")
73
self.allowed_exceptions = allowed_exceptions
74
# test instantiate file system
75
if not self._fs.async_impl:
0 commit comments