desihub / desinightlog

DESI Night Log webapp for observers
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Added exception handling for periodic callback errors #13

Closed jalasker closed 1 year ago

jalasker commented 1 year ago

to reduce log overloading.

Wrapped the "finish_the_night" call in "current_nl" to catch all exceptions, add them to a local variable, and not raise a new exception if it is the same as the old exception. Instead print a single line to indicate it's the same exception as before.