X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/960640ca0a0f1460df38de7942e8ac3e3e17274b..5aee9db3978c65382b1c88cd28a1f1af12381fa8:/src/board.py?ds=sidebyside diff --git a/src/board.py b/src/board.py index 267b24c..20d1fd1 100755 --- a/src/board.py +++ b/src/board.py @@ -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] ) )