Path: Fix range() input type per gcc-7 build

This commit is contained in:
Russell Johnson
2021-02-20 12:32:25 -06:00
parent 3a10ed5f27
commit d7483f6e85
+1 -1
View File
@@ -1263,7 +1263,7 @@ class ObjectProfile(PathAreaOp.ObjectOp):
nt = 4 # desired + 1
mid = LE / nt
spc = self.radius / 10
for i in range(0, nt):
for i in range(0, int(nt)):
if i == 0:
if e == 0:
if LE > 0.2: