merge json

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