Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -87,7 +87,7 @@ using ExtensionPython = ExtensionPythonT<App::Extension>;
|
||||
catch (Py::Exception&) \
|
||||
{ \
|
||||
Base::PyException e; \
|
||||
e.ReportException(); \
|
||||
e.reportException(); \
|
||||
}
|
||||
|
||||
#define EXTENSION_PROXY_NOARG(function) \
|
||||
|
||||
Reference in New Issue
Block a user