you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago
with contextlib.suppress(BaseException):
    do_thing()
  • source
  • parent