0

should be raising this exception

This commit is contained in:
Andrew Brown
2010-09-01 23:47:22 -04:00
parent e2b29328c6
commit 0b2880de08

View File

@@ -309,7 +309,7 @@ def generate_quadtree(chunkmap, colstart, colend, rowstart, rowend, prefix, quad
# base case: just render the image
img = render_worldtile(chunkmap, colstart, colend, rowstart, rowend)
elif cols < 3 or rows < 5:
Exception("Something went wrong, this tile is too small. (Please send "
raise Exception("Something went wrong, this tile is too small. (Please send "
"me the traceback so I can fix this)")
else:
# Recursively generate each quadrent for this tile