merge json

parent 78984c4d
......@@ -22,7 +22,7 @@ def L2ASCLtoDict(filename, wkt):
return dict(count)
#-------------------------------------------------------------------------------
def main(argv):
if len(sys.argv) != 3:
if len(sys.argv) != 2:
print("Usage: " + argv[0] + " <JSON File>")
else:
jsonFile=open(argv[2]).read()
......
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