Closed GoogleCodeExporter closed 8 years ago
I added this test to the "recur" function
def recur(arealist, a1, stepover, from_center):
if area.num_curves(a1) == 0:
return
It was being passed an area with no curves, which was giving the error.
Original comment by danhe...@gmail.com
on 12 May 2009 at 3:05
Original issue reported on code.google.com by
danhe...@gmail.com
on 12 May 2009 at 7:53