mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	pylint
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user