Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch Keyerror when pointing to non existing group #6

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

pmrv
Copy link
Contributor

@pmrv pmrv commented Jan 3, 2024

If the HDF5 file exists, but Pointer is indexed to a not (yet) existing group, to_dict()/repr throw errors because the code only checks for FileNotFoundError.

If the HDF5 file exists, but Pointer is indexed to a not (yet) existing group, to_dict()/repr throw
errors because the code only checks for FileNotFoundError.
@jan-janssen jan-janssen merged commit 725d908 into h5io:main Jan 3, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants