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
What is the error? user.name has no sense as default_display_mode must be a method. The intention of the code is to call the user defined method if it is already defined.
Maybe if you show the code and the error i can understand better the issue.
I see now. The error must have been on my side. I found the error on the terminal but I don't have the corresponding code anymore:
Traceback (most recent call last):
File "/home/gael/.local/share/FreeCAD/Mod/freecad.cross/freecad/cross/fpo.py", line 1561, in handler
return user(self)
<class 'TypeError'>: 'DisplayMode' object is not callable
Not sure about the solution but it seems to solve the error:
The text was updated successfully, but these errors were encountered: