Skip to content

Commit 904a23d

Browse files
committed
Merge branch 'o2linter' into test-linter
2 parents 79dda70 + 365aa8f commit 904a23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/o2_linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def get_tolerated_tests(path: str) -> "list[str]":
208208
if path_tests.is_file():
209209
with path_tests.open() as content:
210210
tests = [line.strip() for line in content.readlines() if line.strip()]
211-
print(f"{path}:0: info: Tolerating tests from {path_tests}. {tests}")
211+
print(f"{path}:1: info: Tolerating tests from {path_tests}. {tests}")
212212
break
213213
return tests
214214

0 commit comments

Comments
 (0)