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):
process = subprocess.Popen(
[
'msginit',
'-i', '-',
'-o', filename,
'--input', '-',
'--output', filename,
'--no-translator',
'-l', code
'--locale', code
],
stdin=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