From fbb1a7b379d175ea8457710cd673c1c1ae89e216 Mon Sep 17 00:00:00 2001 From: Thomas Lake Date: Thu, 29 Aug 2013 20:05:45 +0100 Subject: [PATCH] It helps if we print the error message --- contrib/png-it.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/png-it.py b/contrib/png-it.py index e23b734..eb1776f 100644 --- a/contrib/png-it.py +++ b/contrib/png-it.py @@ -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