1
0
Fork 0
satnogs-db/db/base
Corey Shields 0fc7107172 Tighter exception handling
Removed most of the bare Exception catches and put proper errors to catch in their place.

Reworked a bit of the gridsquare calculation, any exceptions raised should now be handled within the function.

I am purposefully leaving the 2 W0703's we have for data demodulation alone for now, as that will be quite a rabbit hole. Otherwise,

fixes #316

Signed-off-by: Corey Shields <cshields@gmail.com>
2020-12-29 14:13:12 -05:00
..
fixtures New SatNOGS DB user interface 2020-07-25 22:08:44 +00:00
management Use new model for TLE sets 2020-09-15 21:05:43 +03:00
migrations set TLE object relationship to NULL when satellite is deleted 2020-10-11 10:13:07 -04:00
templatetags Remove python3 migration remnants 2020-05-27 20:54:39 +02:00
__init__.py Move app's signals and methods to seperate file 2020-09-22 17:23:29 +03:00
admin.py isort: Fix line length configuration 2020-09-29 00:19:55 +03:00
apps.py Move app's signals and methods to seperate file 2020-09-22 17:23:29 +03:00
context_processors.py fix bad login redirection on new trans modal 2020-07-19 07:20:51 +00:00
forms.py Add frequency coordination status to transmitters 2020-09-06 11:32:15 -04:00
helpers.py Tighter exception handling 2020-12-29 14:13:12 -05:00
models.py set TLE object relationship to NULL when satellite is deleted 2020-10-11 10:13:07 -04:00
signals.py Generate observer in DemodData object in api/view 2020-09-28 12:08:21 +03:00
structured_data.py fix satellite structured data 2020-12-19 12:14:02 +00:00
tasks.py Tighter exception handling 2020-12-29 14:13:12 -05:00
tests.py isort: Fix line length configuration 2020-09-29 00:19:55 +03:00
urls.py Move recent_decoded_cnt to ajax view 2020-08-06 18:14:08 -04:00
utils.py Fix catching of Kaitai decoding exceptions 2020-12-08 23:58:57 +02:00
views.py isort: Fix line length configuration 2020-09-29 00:19:55 +03:00