merge json

parent fc5caf50
......@@ -23,8 +23,8 @@ def main(argv):
else:
dataArea = imageMissingData(argv[1])
if dataArea<float(argv[2])/100.0 :
print ("Deleting " + argv[1])
os.system("rm " + argv[1])
print ("Deleting " + argv[1] + " " + dataArea)
# 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