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.
chip.Chip._linux_id
1 parent 87b7a2e commit a867b45Copy full SHA for a867b45
adafruit_platformdetect/chip.py
@@ -80,7 +80,7 @@ def id(self): # pylint: disable=invalid-name,too-many-branches,too-many-return-
80
81
# pylint: enable=invalid-name
82
83
- def _linux_id(self): # pylint: disable=too-many-branches
+ def _linux_id(self): # pylint: disable=too-many-branches,too-many-statements
84
"""Attempt to detect the CPU on a computer running the Linux kernel."""
85
86
if self.detector.check_dt_compatible_value('qcom,apq8016'):
0 commit comments