Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -149,7 +149,7 @@ PyMOD_INIT_FUNC(MeshGui)
|
||||
Base::Interpreter().runString("import MeshFlatteningCommand");
|
||||
}
|
||||
catch (Base::PyException& err) {
|
||||
err.ReportException();
|
||||
err.reportException();
|
||||
}
|
||||
|
||||
// register preferences pages
|
||||
|
||||
Reference in New Issue
Block a user