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 c9f7a60 commit e98975aCopy full SHA for e98975a
src/zarr/storage/logging.py
@@ -83,7 +83,7 @@ def log(self, hint: Any = "") -> Generator[None, None, None]:
83
method = inspect.stack()[2].function
84
op = f"{type(self._store).__name__}.{method}"
85
if hint:
86
- op += f"({hint})"
+ op = f"{op}({hint})"
87
self.logger.info("Calling %s", op)
88
start_time = time.time()
89
try:
0 commit comments