mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
PowerUtils: Pylint Fix
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user