Removed composite tile render warning.
This commit is contained in:
@@ -984,9 +984,6 @@ class TileSet(object):
|
|||||||
# Ignore errors if it's "file doesn't exist"
|
# Ignore errors if it's "file doesn't exist"
|
||||||
if e.errno != errno.ENOENT:
|
if e.errno != errno.ENOENT:
|
||||||
raise
|
raise
|
||||||
logging.warning(
|
|
||||||
"Tile %s was requested for render, but no children were found! "
|
|
||||||
"This is probably a bug.", imgpath)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
# Create the actual image now
|
# Create the actual image now
|
||||||
|
|||||||
Reference in New Issue
Block a user