[Arch] Fix LGTM warnings

This commit is contained in:
Chris Hennes
2021-09-26 21:53:40 -05:00
committed by Chris Hennes
parent 8064b6bf01
commit 6391bebeb8
12 changed files with 17 additions and 27 deletions

View File

@@ -183,14 +183,14 @@ class ArchReference:
for edge in shape.Edges:
found = False
for solid in shape.Solids:
if found:
break
for soledge in solid.Edges:
if found:
break
if edge.hashCode() == soledge.hashCode():
found = True
break
if found:
break
if found:
break
else:
shapes.append(edge)
print("solids:",len(shape.Solids),"mattable:",materials)