Reun pre-commit
This commit is contained in:
parent
ccf1d71c51
commit
89849d46e6
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ class Chip:
|
|||
list of constants at the top of this module for available options.
|
||||
"""
|
||||
if attr == "id":
|
||||
raise AttributeError() # Avoid infinite recursion
|
||||
raise AttributeError() # Avoid infinite recursion
|
||||
if self.id == attr:
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Reference in a new issue