delete missing data

parent 3e16aad4
......@@ -22,7 +22,7 @@ def main(argv):
print("Usage: " + argv[0] + " <File>")
else:
print (imageMissingData(filename))
print (imageMissingData( argv[1]))
#-------------------------------------------------------------------------------
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