Skip to content
Snippets Groups Projects
Commit e73b41d7 authored by M Bouchard Guillaume's avatar M Bouchard Guillaume
Browse files

revert *style* changes that break the script

parent bcda26d9
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ def read_stl(filename):
# If the point is allready in the list of points, the
# index returned by pts.add() will be the one from the
# first equal point inserted.
tris.append(pts.add(p) for p in pt)
tris.append([pts.add(p) for p in pt])
return tris, pts.list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment