mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-03 22:20:16 +00:00
fix #440
This commit is contained in:
parent
a92557193c
commit
5ab8381471
@ -212,7 +212,7 @@ try:
|
||||
except (ZeroDivisionError, 1) as e:
|
||||
assert type(e) == ZeroDivisionError
|
||||
except Exception as e:
|
||||
print(e)
|
||||
assert type(e) == TypeError
|
||||
|
||||
"""
|
||||
# finally, only
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user