cleanup
This commit is contained in:
parent
1008b6aabd
commit
de0d35d3d7
6 changed files with 3 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ def write(
|
|||
stream: Stream object to write to.
|
||||
"""
|
||||
#TODO consider supporting DXF arcs?
|
||||
if not isinstance(library, Library):
|
||||
if not isinstance(library, ILibraryView):
|
||||
if isinstance(library, dict):
|
||||
library = LibraryView(library)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue