gammapy / gamma-cat

An open data collection and source catalog for gamma-ray astronomy
https://gamma-cat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
15 stars 17 forks source link

Fix of try-except statement #239

Closed pdeiml closed 6 years ago

pdeiml commented 6 years ago

This is a small fixup of a try-except-statement. I replaced it with a if-else-statement which is more stable and more readable.

RTM