]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Typo in interactive message
authorCefn Hoile <github.com@cefn.com>
Sat, 24 Feb 2018 21:08:02 +0000 (21:08 +0000)
committerCefn Hoile <github.com@cefn.com>
Sat, 24 Feb 2018 21:08:02 +0000 (21:08 +0000)
python/testing/implementation/all/bitbangio.py

index e5a8d30e1b6fe2bd8caf64b9e808e277f1051fa4..79c530e8aedadf32759837f22862c49ae0491b10 100644 (file)
@@ -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