SubLink: fix error suppression that was disabled for debugging
This commit is contained in:
parent
045b7133f1
commit
ad2ef5bdf0
|
@ -280,7 +280,6 @@ def CreateSubLink(object, subnames):
|
|||
pass #something unexpected, pass through unchanged
|
||||
subnames[i] = subname
|
||||
except Exception:
|
||||
raise#fixme: remove!!
|
||||
pass
|
||||
FreeCADGui.addModule("lattice2SubLink")
|
||||
FreeCADGui.addModule("lattice2Executer")
|
||||
|
|
Loading…
Reference in New Issue
Block a user