prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

validating fails with some non-NeXus files #43

Closed prjemian closed 8 years ago

prjemian commented 8 years ago

when attempting to validate against obviously non-NeXus HDF5 files (such as legacy_table.h5 from pandas), exceptions are raised when NoneType objects are added to str objects for various output

These should be trapped and suitable response made to report None was discovered.