1
0
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:
Marc Bonnici 2017-05-30 11:49:47 +01:00
parent 55e140f20a
commit d6909c5e6a

View File

@ -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)