Skip to content

Commit 8e16a33

Browse files
committed
Use syntax that is allowed in python 3.14.
1 parent b202a79 commit 8e16a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sample8errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def silenced2():
3131
def silenced3():
3232
try:
3333
error()
34-
finally:
34+
except:
3535
return 'mwhahaha'
3636

3737

0 commit comments

Comments
 (0)