Skip to content

Commit 4683b4a

Browse files
committed
(fix): report_read_key_on_error
1 parent c23df17 commit 4683b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/anndata/_io/specs/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def read_elem(
282282
return read_func(elem)
283283
return self.callback(read_func, elem.name, elem, iospec=iospec)
284284

285+
@report_read_key_on_error
285286
async def read_elem_async(
286287
self,
287288
elem: StorageType,

0 commit comments

Comments
 (0)