megies / obspyck

ObsPyck is a GUI application that is intended to cover the tasks in a standard analysis workflow for seismic events in seismological observatory practice.
https://github.com/megies/obspyck/wiki
GNU General Public License v2.0
61 stars 32 forks source link

properly handle event creation info being None in some cases #106

Closed megies closed 1 year ago

megies commented 1 year ago

This could run into an error because .get("..", {}) will still return a None value but if we chain another .get() after it we need a dict.