1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

l10n script: 'No comment for' on stderr

This commit is contained in:
Athanasius 2021-06-07 16:51:08 +01:00
parent 2de39f60ab
commit eb8b357e27

View File

@ -94,7 +94,7 @@ def extract_comments(call: ast.Call, lines: list[str], file: pathlib.Path) -> Op
print(bad_comment, file=sys.stderr)
if out is None:
print(f'No comment for {file}:{current} {line}')
print(f'No comment for {file}:{current} {line}', file=sys.stderr)
return out