mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
pylint
This commit is contained in:
parent
9129a9d2d8
commit
fdbc2ae372
@ -55,7 +55,7 @@ class AttributeCollection(object):
|
||||
if v is not None:
|
||||
setattr(newp, a, v)
|
||||
if not hasattr(newp, "_overridden"):
|
||||
newp._overridden = self.owner
|
||||
newp._overridden = self.owner # pylint: disable=protected-access
|
||||
self._attrs[p.name] = newp
|
||||
else:
|
||||
# Duplicate attribute condition is check elsewhere.
|
||||
|
Loading…
x
Reference in New Issue
Block a user