mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
framework/output: Calm pylint
This commit is contained in:
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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user