Skip to content

Commit bd676c0

Browse files
committed
Don't override language builds
1 parent e722116 commit bd676c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def number(clones_dir: str, repo: str, language_code: str) -> int:
3030
'--warning-file',
3131
warning_file := f'{clones_dir}/warnings-{language_code}.txt',
3232
f'{clones_dir}/cpython/Doc', # sourcedir
33-
'./sphinxbuild', # outputdir
33+
f'./sphinxbuild/{language_code}', # outputdir
3434
)
3535
)
3636
copyfile(warning_file, f'warnings-{language_code}.txt')

0 commit comments

Comments
 (0)