Skip to content

Commit

Permalink
Correct comment in LindiH5ZarrStore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 15, 2024
1 parent 6ebdf44 commit d37cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lindi/LindiH5ZarrStore/LindiH5ZarrStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def _get_external_array_link(self, parent_key: str, h5_item: h5py.Dataset):
if self._url is not None:
self._external_array_links[parent_key] = {
"link_type": "hdf5_dataset",
"url": self._url, # url is not going to be null based on the check in __init__
"url": self._url,
"name": parent_key,
}
else:
Expand Down

0 comments on commit d37cb51

Please sign in to comment.