tools/normalize.py: both input and output file names are required

pull/88/head
Mark Harris 11 years ago committed by Clément Bœsch
parent e6b125e3be
commit 4cabee50f6
  1. 2
      tools/normalize.py

@ -2,7 +2,7 @@
import sys, subprocess
if len(sys.argv) > 1:
if len(sys.argv) > 2:
ifile = sys.argv[1]
encopt = sys.argv[2:-1]
ofile = sys.argv[-1]

Loading…
Cancel
Save