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:
parent
2de39f60ab
commit
eb8b357e27
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user