Browse Source

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

tags/n2.4
Mark Harris Clément Bœsch 10 years ago
parent
commit
4cabee50f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/normalize.py

+ 1
- 1
tools/normalize.py View File

@@ -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