fix some type-related issues
This commit is contained in:
parent
a0ca53f57a
commit
f7a2edfe23
4 changed files with 7 additions and 6 deletions
|
|
@ -457,7 +457,7 @@ def _shapes_to_elements(
|
|||
layer=(layer, data_type),
|
||||
xy=xy,
|
||||
path_type=path_type,
|
||||
width=width,
|
||||
width=int(width),
|
||||
extension=extension,
|
||||
properties=properties,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue