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