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 ccf1d71 commit 89849d4Copy full SHA for 89849d4
adafruit_platformdetect/chip.py
@@ -423,7 +423,7 @@ def __getattr__(self, attr: str) -> bool:
423
list of constants at the top of this module for available options.
424
"""
425
if attr == "id":
426
- raise AttributeError() # Avoid infinite recursion
+ raise AttributeError() # Avoid infinite recursion
427
if self.id == attr:
428
return True
429
return False
0 commit comments