1
0
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:
Brendan Jackman 2017-12-06 15:04:30 +00:00 committed by marcbonnici
parent 664f0a8905
commit 6fc247a8fd

View File

@ -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 = []