TimerServer: better exception handling
Only catch exceptions, we don't need a bare except here. In case of exception, log the traceback instead of being silent.
Showing
Please register or sign in to comment
lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours
Only catch exceptions, we don't need a bare except here. In case of exception, log the traceback instead of being silent.