Skip to content

Commit dca6b1a

Browse files
committed
Fix CI
1 parent 1ffac7d commit dca6b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/check_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def parse_warning_ignore_file(file_path: str) -> set[IgnoreRule]:
5454
)
5555
sys.exit(1)
5656
if ignore_all:
57-
count = '0'
57+
count = "0"
5858

5959
files_with_expected_warnings.add(
6060
IgnoreRule(

0 commit comments

Comments
 (0)