For KCL generation from create_text_to_cad
should require bool and not str(bool)
#364
Labels
bug
Something isn't working
In the type hinting for
create_text_to_cad
thekcl
argument has expected typebool or None
, however the argument actually needs a string of"true"
or"false"
. We should fix this so that a pythonbool
type will work.The text was updated successfully, but these errors were encountered: