PopulateChildren: fix error if not enough children
This commit is contained in:
parent
037d3028ea
commit
ff738d1c60
|
@ -94,7 +94,7 @@ class LatticePopulateChildren(lattice2BaseFeature.LatticeFeature):
|
||||||
|
|
||||||
# the essence
|
# the essence
|
||||||
for iPlm in range(len(placements)):
|
for iPlm in range(len(placements)):
|
||||||
if iChild > numChildren:
|
if iChild == numChildren:
|
||||||
if obj.LoopObjectSequence:
|
if obj.LoopObjectSequence:
|
||||||
iChild = 0
|
iChild = 0
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user