diff options
Diffstat (limited to 'tests/micropython/ringio.py')
-rw-r--r-- | tests/micropython/ringio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micropython/ringio.py b/tests/micropython/ringio.py index 45774bc2e..a0102ef63 100644 --- a/tests/micropython/ringio.py +++ b/tests/micropython/ringio.py @@ -45,4 +45,4 @@ try: # Size must be int. micropython.RingIO(None) except TypeError as ex: - print(ex) + print(type(ex)) |