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 446acd4 commit 8e069fdCopy full SHA for 8e069fd
adafruit_platformdetect/board.py
@@ -448,6 +448,7 @@ def _beaglebone_id(self):
448
return None
449
# pylint: enable=no-self-use
450
451
+ # pylint: disable=too-many-return-statements
452
def _armbian_id(self):
453
"""Check whether the current board is an OrangePi PC or OrangePI R1."""
454
board_value = self.detector.get_armbian_release_field('BOARD')
@@ -467,6 +468,7 @@ def _armbian_id(self):
467
468
return PINEBOOK
469
470
471
+ # pylint: enable=too-many-return-statements
472
473
def _sama5_id(self):
474
"""Check what type sama5 board."""
0 commit comments