1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-22 02:29:10 +00:00

glbcorp: pep8 fix

Added a missing blank line between method declaration and class
attribute definitions.
This commit is contained in:
Sergei Trofimov 2016-04-15 16:39:24 +01:00
parent 0bfa4bff3c
commit 44a49db04d

View File

@ -190,6 +190,7 @@ class GlbRunMonitor(threading.Thread):
old_regex = re.compile(r'I/Runner\s+\(\s*\d+\): finished:')
new_regex = re.compile(r'I Runner\s*:\s*finished:')
def __init__(self, device):
super(GlbRunMonitor, self).__init__()
self.device = device