sanitycheck: harness.py: Fix bad indentation
Getting rid of pylint warnings for a CI check. No functional change. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
9c4400fb51
commit
ea4d1d6ff0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Console(Harness):
|
|||
if pattern.search(line) and not r in self.matches:
|
||||
self.matches[r] = line
|
||||
if len(self.matches) == len(self.regex):
|
||||
self.state = "passed"
|
||||
self.state = "passed"
|
||||
|
||||
if self.fail_on_fault:
|
||||
if self.FAULT in line:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue