delete missing data

parent 0ec5d06f
......@@ -18,8 +18,8 @@ def imageMissingData(filename):
#-------------------------------------------------------------------------------
def main(argv):
if len(sys.argv) != 2:
print("Usage: " + argv[0] + " <File>")
if len(sys.argv) != 3:
print("Usage: " + argv[0] + " <File> <%>")
else:
print (imageMissingData( argv[1])>float(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