From 72aa3ef4613ad2e2abe275e300475003c24b49f3 Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Sat, 24 Feb 2018 21:08:02 +0000 Subject: [PATCH] Typo in interactive message --- python/testing/implementation/all/bitbangio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/testing/implementation/all/bitbangio.py b/python/testing/implementation/all/bitbangio.py index e5a8d30..79c530e 100644 --- a/python/testing/implementation/all/bitbangio.py +++ b/python/testing/implementation/all/bitbangio.py @@ -9,7 +9,7 @@ class TestBME280Interactive(TestCase): def test_read_value(self): import board gc.collect() - if not(yes_no("Is BME280 wired to SDA {}".format(board.SCL, board.SDA))): + if not(yes_no("Is BME280 wired to SCL {} SDA {}".format(board.SCL, board.SDA))): return # test trivially passed import board -- 2.49.0