mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	glbcorp: pep8 fix
Added a missing blank line between method declaration and class attribute definitions.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user