0

Fix typo ._.

This commit is contained in:
Andrew Chin
2011-11-03 10:40:43 -03:00
parent 09303de945
commit 2dc1496432

View File

@@ -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)