We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1295880 commit af15c7bCopy full SHA for af15c7b
adafruit_platformdetect/board.py
@@ -335,7 +335,7 @@ def _beaglebone_id(self) -> Optional[str]:
335
return boards.BEAGLEV_STARLIGHT
336
337
# find device alias at i2c address 0x50 (0-00500, 0-00501, etc)
338
- nvmem_devices = glob.glob('/sys/bus/nvmem/devices/0-0050*')
+ nvmem_devices = glob.glob("/sys/bus/nvmem/devices/0-0050*")
339
# do not expect there to be anything but one eeprom
340
if len(nvmem_devices) != 1:
341
return None
0 commit comments