From e977cee050d1ec3fb5dcc98c0957eab831abc1b6 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Sat, 16 Mar 2024 21:24:50 -0400 Subject: [PATCH] Update lindi/LindiH5Store/LindiH5Store.py Co-authored-by: Ryan Ly --- lindi/LindiH5Store/LindiH5Store.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lindi/LindiH5Store/LindiH5Store.py b/lindi/LindiH5Store/LindiH5Store.py index 7a4d7e7..4d519f5 100644 --- a/lindi/LindiH5Store/LindiH5Store.py +++ b/lindi/LindiH5Store/LindiH5Store.py @@ -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":