From 44a49db04da3224003f16bf82db0dc309422b710 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Fri, 15 Apr 2016 16:39:24 +0100 Subject: [PATCH] glbcorp: pep8 fix Added a missing blank line between method declaration and class attribute definitions. --- wlauto/workloads/glbcorp/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wlauto/workloads/glbcorp/__init__.py b/wlauto/workloads/glbcorp/__init__.py index 0a85848e..449ab57f 100644 --- a/wlauto/workloads/glbcorp/__init__.py +++ b/wlauto/workloads/glbcorp/__init__.py @@ -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