Remove print.

This commit is contained in:
Julien Palard 2018-11-10 15:42:50 +01:00
parent bb13eb04cc
commit 54fac184df

View File

@ -30,7 +30,6 @@ def fix_style(po_files, modified=False, no_wrap=False):
args = ["msgcat", "-", "-o", po_path]
if no_wrap:
args[1:1] = ["--no-wrap"]
print(args)
run(args, universal_newlines=True, check=True, input=po_content)