You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if a file is missing, the error message is a C++ I/O exception:
In [6]: import awkward_kaitai
In [7]: reader = awkward_kaitai.Reader("test_artifacts/libpixie4e.so")
In [8]: awkward_array = reader.load("example_data/data/pixie4e.raw")
...:
terminate called after throwing an instance of 'std::__ios_failure'
what(): basic_ios::clear: iostream error
Aborted
Not urgent, but we could catch this in Python and give a better error message.
The text was updated successfully, but these errors were encountered:
Currently if a file is missing, the error message is a C++ I/O exception:
Not urgent, but we could catch this in Python and give a better error message.
The text was updated successfully, but these errors were encountered: