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