mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
[Lint] Quote cleanup
This commit is contained in:
parent
441861786b
commit
2657cc3921
77 changed files with 294 additions and 282 deletions
|
@ -209,7 +209,7 @@ def main():
|
|||
# do it
|
||||
if not args:
|
||||
print('No input file given', file=sys.stderr)
|
||||
print("Try `msgfmt --help' for more information.", file=sys.stderr)
|
||||
print('Try `msgfmt --help` for more information.', file=sys.stderr)
|
||||
return
|
||||
|
||||
for filename in args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue