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

Commits on Jan 3, 2024

  1. Catch Keyerror when pointing to non existing group

    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.
    pmrv committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a906e26 View commit details
    Browse the repository at this point in the history