mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 04:12:02 +00:00
return inside finally blocks causes exceptions to be silenced. Although these blocks follow blanket ‘except Exception’ handlers, they do not seem to have a goal of silencing BaseException and exceptions thrown by the exception handler, so rewrite them to avoid it. Signed-off-by: Anders Kaseorg <anders@zulip.com>
45 KiB
45 KiB