mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-01 16:28:41 +00:00
framework/run: Calm pylint
This commit is contained in:
parent
c8d1b0e4fb
commit
d8a44adde8
@ -19,6 +19,8 @@ from datetime import datetime, timedelta
|
|||||||
|
|
||||||
from wa.framework.configuration.core import Status
|
from wa.framework.configuration.core import Status
|
||||||
|
|
||||||
|
# Because of use of Enum (dynamic attrs)
|
||||||
|
# pylint: disable=no-member
|
||||||
|
|
||||||
class RunInfo(object):
|
class RunInfo(object):
|
||||||
"""
|
"""
|
||||||
@ -119,6 +121,7 @@ class JobState(object):
|
|||||||
return '{}-{}-{}'.format(self.id, self.label, self.iteration)
|
return '{}-{}-{}'.format(self.id, self.label, self.iteration)
|
||||||
|
|
||||||
def __init__(self, id, label, iteration, status):
|
def __init__(self, id, label, iteration, status):
|
||||||
|
# pylint: disable=redefined-builtin
|
||||||
self.id = id
|
self.id = id
|
||||||
self.label = label
|
self.label = label
|
||||||
self.iteration = iteration
|
self.iteration = iteration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user