Print error messages after print_help
This commit is contained in:
2
chunk.py
2
chunk.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user