1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00
This commit is contained in:
Sergei Trofimov 2016-02-10 16:39:06 +00:00
parent 9129a9d2d8
commit fdbc2ae372

View File

@ -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.