Py: replace BaseExceptionFreeCADError with more suitable exception types
This commit is contained in:
@@ -181,7 +181,7 @@ const char* AbortException::what() const throw()
|
||||
|
||||
PyObject * AbortException::getPyExceptionType() const
|
||||
{
|
||||
return BaseExceptionFreeCADAbort;
|
||||
return PyExc_FC_FreeCADAbort;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user