European-XFEL / karabo_data

Python tools to read and analyse data from European XFEL
https://karabo-data.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Better error message for missing train ID #177

Closed takluyver closed 5 years ago

takluyver commented 5 years ago

From https://in.xfel.eu/redmine/issues/42350

Before:

KeyError: 131029985

After:

TrainIDError: Train ID 131029985 not found in this data
fangohr commented 5 years ago

Okay, thanks.