py3: exception has not attr message
assuming e.message is the same as str(e)
This commit is contained in:
parent
1ffc7b96e9
commit
9a2e1e17b8
|
@ -110,4 +110,4 @@ class FCADLogger:
|
|||
|
||||
import PySide
|
||||
PySide.QtGui.QMessageBox.critical(
|
||||
FreeCADGui.getMainWindow(),'Assembly',e.message)
|
||||
FreeCADGui.getMainWindow(),'Assembly',str(e))
|
||||
|
|
Loading…
Reference in New Issue
Block a user