delete missing data

parent 8d08bc41
......@@ -22,7 +22,7 @@ def main(argv):
print("Usage: " + argv[0] + " <File> <%>")
else:
print (imageMissingData( argv[1])>float(argv[1]))
print (imageMissingData( argv[1])>float(argv[2]))
#-------------------------------------------------------------------------------
if __name__ == "__main__":
main(sys.argv)
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