mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
PowerUtils: Pylint Fix
This commit is contained in:
parent
55e140f20a
commit
d6909c5e6a
@ -342,7 +342,7 @@ def record_state_transitions(reporter, stream):
|
|||||||
|
|
||||||
class PowerStateTransitions(object):
|
class PowerStateTransitions(object):
|
||||||
|
|
||||||
def __init__(self, filepath ):
|
def __init__(self, filepath):
|
||||||
self.filepath = filepath
|
self.filepath = filepath
|
||||||
self._wfh = open(filepath, 'w')
|
self._wfh = open(filepath, 'w')
|
||||||
self.writer = csv.writer(self._wfh)
|
self.writer = csv.writer(self._wfh)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user