delete missing data

parent 57ee4ad4
......@@ -22,7 +22,7 @@ def main(argv):
print("Usage: " + argv[0] + " <File> <%>")
else:
print (imageMissingData( argv[1])>float(argv[2])/100.0')
print (imageMissingData( argv[1])>float(argv[2])/100.0)
#-------------------------------------------------------------------------------
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