0

It helps if we print the error message

This commit is contained in:
Thomas Lake
2013-08-29 20:05:45 +01:00
parent f6686b5663
commit fbb1a7b379

View File

@@ -68,7 +68,7 @@ def main():
all_images = glob(path)
if not all_images:
"Error! No images found in this zoom level. Is this really an overviewer tile set directory?"
print "Error! No images found in this zoom level. Is this really an overviewer tile set directory?"
sys.exit(1)
# autocrop will calculate the center and crop values automagically