Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -236,7 +236,7 @@ PyMOD_INIT_FUNC(PartGui)
|
||||
Py::Module(partGuiModule).setAttr(std::string("AttachmentEditor"), ae);
|
||||
}
|
||||
catch (Base::PyException& err) {
|
||||
err.ReportException();
|
||||
err.reportException();
|
||||
}
|
||||
|
||||
// register preferences pages
|
||||
|
||||
Reference in New Issue
Block a user