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 b44b788 commit 5a79a95Copy full SHA for 5a79a95
adafruit_platformdetect/board.py
@@ -346,7 +346,8 @@ def any_giant_board(self):
346
@property
347
def any_embedded_linux(self):
348
"""Check whether the current board is any embedded Linux device."""
349
- return self.any_raspberry_pi or self.any_beaglebone or self.any_orange_pi or self.any_giant_board
+ return self.any_raspberry_pi or self.any_beaglebone or \
350
+ self.any_orange_pi or self.any_giant_board
351
352
def __getattr__(self, attr):
353
"""
0 commit comments