merge json

parent da74651f
No preview for this file type
......@@ -21,8 +21,8 @@ def main(argv):
if len(sys.argv) != 3:
print("Usage: " + argv[0] + " <File> <%>")
else:
if imageMissingData(argv[1])>float(argv[2])/100.0 :
dataArea = imageMissingData(argv[1])
if dataArea<float(argv[2])/100.0 :
print ("Delleting " + argv[1])
os.system("rm " + 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