From 2dc1496432d21805eafa33d60dcdd3146503f5a2 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Thu, 3 Nov 2011 10:40:43 -0300 Subject: [PATCH] Fix typo ._. --- overviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer.py b/overviewer.py index 72924e2..6d9a96d 100755 --- a/overviewer.py +++ b/overviewer.py @@ -363,7 +363,7 @@ dir but you forgot to put quotes around the directory, since it contains spaces. w.go(options.procs) - logging.info("Rending the following tilesets: %s", ",".join(options.rendermode)) + logging.info("Rendering the following tilesets: %s", ",".join(options.rendermode)) bgcolor = (int(options.bg_color[1:3],16), int(options.bg_color[3:5],16), int(options.bg_color[5:7],16), 0)