Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make error check slightly safer for old Castep format
"except ValueError" is a bit broad and could catch unrelated problems. Checking that _read_entry returned an int is still not 100% specific to the problem but seems safer.
- Loading branch information