From: Liz Date: Tue, 4 Apr 2023 15:10:31 +0000 (-0400) Subject: fixing pre-commit X-Git-Tag: 8.18.0^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/333143f5d3e58fff7cd48713b55f546a66170f0a fixing pre-commit --- diff --git a/src/board.py b/src/board.py index 1842c64..943ccc7 100644 --- a/src/board.py +++ b/src/board.py @@ -338,9 +338,9 @@ elif board_id is None: package = str(pkg_resources.get_distribution("adafruit_platformdetect")).split() raise NotImplementedError( f""" - {package[0]} version {package[1]} was unable to identify the board and/or - microcontroller running the {platform.system()} platform. Please be sure you - have the latest packages running: + {package[0]} version {package[1]} was unable to identify the board and/or + microcontroller running the {platform.system()} platform. Please be sure you + have the latest packages running: 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect' """ )