fix variable name typo
This commit is contained in:
parent
9875d80e6a
commit
975d5b2548
@ -57,7 +57,7 @@ def prepare_cell(
|
|||||||
)
|
)
|
||||||
|
|
||||||
polygonized = subset.polygonize() # Polygonize Path shapes
|
polygonized = subset.polygonize() # Polygonize Path shapes
|
||||||
flat = polgonized.flatten()
|
flat = polygonized.flatten()
|
||||||
|
|
||||||
# load polygons
|
# load polygons
|
||||||
polys = []
|
polys = []
|
||||||
|
Loading…
Reference in New Issue
Block a user