Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -241,7 +241,7 @@ TaskThicknessParameters::~TaskThicknessParameters()
|
||||
}
|
||||
catch (const Py::Exception&) {
|
||||
Base::PyException e; // extract the Python error text
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user