Commit 8b736d24 authored by Michal Čihař's avatar Michal Čihař

Use long parameters for readability

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 45b5fc50
...@@ -782,10 +782,10 @@ class PoFormat(FileFormat): ...@@ -782,10 +782,10 @@ class PoFormat(FileFormat):
process = subprocess.Popen( process = subprocess.Popen(
[ [
'msginit', 'msginit',
'-i', '-', '--input', '-',
'-o', filename, '--output', filename,
'--no-translator', '--no-translator',
'-l', code '--locale', code
], ],
stdin=subprocess.PIPE, stdin=subprocess.PIPE,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment