Skip to content

Commit

Permalink
Update lindi/LindiH5Store/LindiH5Store.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
magland and rly authored Mar 17, 2024
1 parent f816989 commit e977cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lindi/LindiH5Store/LindiH5Store.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def __getitem__(self, key):
key_name = parts[-1]
key_parent = "/".join(parts[:-1])
if key_name == ".zattrs":
# Get the attributes of a group or dataset. We return this even if
# it is empty, but we exclude it when writing out the reference file
# Get the attributes of a group or dataset. If it is empty, we still
# return it, but we exclude it when writing out the reference file
# system.
return self._get_zattrs_bytes(key_parent)
elif key_name == ".zgroup":
Expand Down

0 comments on commit e977cee

Please sign in to comment.