diff options
Diffstat (limited to 'tests/micropython/kbd_intr.py')
-rw-r--r-- | tests/micropython/kbd_intr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micropython/kbd_intr.py b/tests/micropython/kbd_intr.py index 879c9a229..81977aaa5 100644 --- a/tests/micropython/kbd_intr.py +++ b/tests/micropython/kbd_intr.py @@ -5,7 +5,7 @@ import micropython try: micropython.kbd_intr except AttributeError: - print('SKIP') + print("SKIP") raise SystemExit # just check we can actually call it |