You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<string>", line 12, in <module>
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 135, in redraw
node.create()
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 246, in create
action[0](*action[1])
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 325, in create_childs
enode.create()
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 246, in create
action[0](*action[1])
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 325, in create_childs
enode.create()
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 246, in create
action[0](*action[1])
File "/home/kyra/.config/SuperSlicer/scripts/FreePySCAD/freepyscad.py", line 1863, in createText
textComponents[0].removeObject(compo)
TypeError: argument 1 must be str, not FeaturePython
in https://github.com/supermerill/FreePySCAD/blob/master/freepyscad.py#L1846 you
list+str
.The text was updated successfully, but these errors were encountered: