Skip to content

Commit

Permalink
fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Mar 5, 2024
1 parent 14bf6b3 commit 68bd4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerchunk/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def _translator(self, name: str, h5obj: Union[h5py.Dataset, h5py.Group]):
data.decode("ascii")
except UnicodeDecodeError:
data = b"base64:" + base64.b64encode(data)
self.store[k] = data
self.store[za._chunk_key(k)] = data
else:
self.store[za._chunk_key(k)] = [
self._uri,
Expand Down

0 comments on commit 68bd4a0

Please sign in to comment.