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