Skip to content

Commit c197a42

Browse files
authored
Merge pull request #7493 from cakebaker/python_fix_formatting
python: fix formatting in `compare_test_results.py`
2 parents fc46a04 + 53ed1a5 commit c197a42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/compare_test_results.py

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def identify_test_changes(current_flat, reference_flat):
5555
if status in ("FAIL", "ERROR"):
5656
if test_path in reference_flat:
5757
if reference_flat[test_path] in ("PASS", "SKIP"):
58-
5958
regressions.append(test_path)
6059

6160
# Find fixes (tests that were failing but now passing)

0 commit comments

Comments
 (0)