mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	framework/output: Calm pylint
This commit is contained in:
		
				
					committed by
					
						
						marcbonnici
					
				
			
			
				
	
			
			
			
						parent
						
							664f0a8905
						
					
				
				
					commit
					6fc247a8fd
				
			@@ -211,6 +211,7 @@ class JobOutput(Output):
 | 
			
		||||
 | 
			
		||||
    kind = 'job'
 | 
			
		||||
 | 
			
		||||
    # pylint: disable=redefined-builtin
 | 
			
		||||
    def __init__(self, path, id, label, iteration, retry):
 | 
			
		||||
        super(JobOutput, self).__init__(path)
 | 
			
		||||
        self.id = id
 | 
			
		||||
@@ -233,6 +234,7 @@ class Result(object):
 | 
			
		||||
        return instance
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        # pylint: disable=no-member
 | 
			
		||||
        self.status = Status.NEW
 | 
			
		||||
        self.metrics = []
 | 
			
		||||
        self.artifacts = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user