diff options
Diffstat (limited to 'tests/pyb/board_pybv1x.py')
-rw-r--r-- | tests/pyb/board_pybv1x.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pyb/board_pybv1x.py b/tests/pyb/board_pybv1x.py index f4aeeb99eb..ea66270b29 100644 --- a/tests/pyb/board_pybv1x.py +++ b/tests/pyb/board_pybv1x.py @@ -2,8 +2,8 @@ import os, pyb -if not 'PYBv1.' in os.uname().machine: - print('SKIP') +if not "PYBv1." in os.uname().machine: + print("SKIP") raise SystemExit # test creating UART by id/name |