LaurieA opened this issue on Mar 01, 2011 · 182 posts
odf posted Tue, 22 March 2011 at 6:13 AM
That was an easy one.
Change this line:
self.tpolys = [tgrab(p, tsets) for p in tpolys]
into this:
if tsets:
self.tpolys = [tgrab(p, tsets) for p in tpolys]
else:
self.tpolys = []
-- I'm not mad at you, just Westphalian.