blob: c8f2d9e0ea6e6af88d79c6cec8e2a5f0d7470924 [file] [log] [blame]
try:
doSomething()
except Exception:
pass
finally:
pass<caret>