Commit 4cabee50 authored by Mark Harris's avatar Mark Harris Committed by Clément Bœsch

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

parent e6b125e3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import sys, subprocess import sys, subprocess
if len(sys.argv) > 1: if len(sys.argv) > 2:
ifile = sys.argv[1] ifile = sys.argv[1]
encopt = sys.argv[2:-1] encopt = sys.argv[2:-1]
ofile = sys.argv[-1] ofile = sys.argv[-1]
......
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