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:
parent
0bfa4bff3c
commit
44a49db04d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user