fix typo
This commit is contained in:
parent
0fd0e259aa
commit
2ca27b0792
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ def read(filename: str,
|
|||
else:
|
||||
shape = Polygon(vertices=element.xy[:-1],
|
||||
layer=(element.layer, element.data_type))
|
||||
if do_clean:
|
||||
if clean_vertices:
|
||||
try:
|
||||
shape.clean_vertices()
|
||||
except PatternError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue