]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Split string to multiple lines
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Wed, 12 May 2021 15:18:49 +0000 (08:18 -0700)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 15:18:49 +0000 (08:18 -0700)
src/board.py

index 267b24cc79ef5684a321f1ac39bc810bceb94b12..20d1fd11ea89fd1b710fec87d677969e2ed00d67 100755 (executable)
@@ -233,7 +233,9 @@ elif board_id is None:
 
     package = str(pkg_resources.get_distribution("adafruit_platformdetect")).split()
     raise NotImplementedError(
-        "{1} version {2} was unable to identify the board and/or microcontroller running the {0} platform. Please be sure you have the latest packages running: 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'".format(
+        "{1} version {2} was unable to identify the board and/or microcontroller running "
+        "the {0} platform. Please be sure you have the latest packages running: 'pip3 install "
+        "--upgrade adafruit-blinka adafruit-platformdetect'".format(
             platform.system(), package[0], package[1]
         )
     )