Files

6 lines
74 B
Python

try:
doSomething()
except Exception:
pass
finally:
pass<caret>