0

got this check backwards

This commit is contained in:
Andrew Brown
2012-01-02 00:32:52 -05:00
parent 948073fb9d
commit 3c1c962ed1

View File

@@ -710,7 +710,7 @@ class TileSet(object):
# Ignore errors if it's "file doesn't exist"
if e.errno != errno.ENOENT:
raise
if check_tile:
if not check_tile:
logging.warning("Tile %s was requested for render, but no children were found! This is probably a bug", imgpath)
return