Draft: Adapted Draft module for python3 compatibility - issue #995
This commit is contained in:
@@ -100,7 +100,7 @@ class DraftWorkbench (Workbench):
|
||||
FreeCADGui.addLanguagePath(":/translations")
|
||||
FreeCADGui.addIconPath(":/icons")
|
||||
except Exception as inst:
|
||||
print inst
|
||||
print(inst)
|
||||
FreeCAD.Console.PrintError("Error: Initializing one or more of the Draft modules failed, Draft will not work as expected.\n")
|
||||
|
||||
# setup menus
|
||||
|
||||
Reference in New Issue
Block a user