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