diff --git a/test_report.py b/test_report.py index b5001b7..9c1bdea 100644 --- a/test_report.py +++ b/test_report.py @@ -650,7 +650,7 @@ def report_single_test(suite, test, tests, failure_msg=None): line.strip().replace('<', '<').replace('>', '>')) continue - fields = [q.strip() for q in line.split(" ") if not q == ""] + fields = [q.strip() for q in line.split(" ") if not q.strip() == ""] if fields: if fields[0].startswith("variable"):