0

fixed dependencies for TileSet

This commit is contained in:
Andrew Brown
2012-01-06 21:28:01 -05:00
parent 1f2c1a281e
commit b31c4377ab

View File

@@ -346,7 +346,7 @@ class TileSet(object):
# care according to the worker interface protocol It will only
# wait for the items that do exist and are in the queue.
for i in range(4):
dependencies.append( "%s/%s" % (tilepath, i) )
dependencies.append( tilepath + (i,) )
yield tilepath, dependencies
else: