0

Print error messages after print_help

This commit is contained in:
Andrew Chin
2011-03-06 17:34:26 -05:00
parent a5612a1fa5
commit 9c7d6a184d
2 changed files with 4 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ class ChunkRenderer(object):
try:
self._level = get_lvldata(self.regionfile, self.chunkX, self.chunkY)
except NoSuchChunk, e:
#logging.debug("Skipping non-existant chunk")
logging.debug("Skipping non-existant chunk")
raise
return self._level
level = property(_load_level)