Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -396,7 +396,7 @@ void DlgMacroExecuteImp::accept()
|
||||
// handle SystemExit exceptions
|
||||
Base::PyGILStateLocker locker;
|
||||
Base::PyException e;
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
getMainWindow()->unsetCursor();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user