Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -1143,7 +1143,7 @@ void RecentMacrosAction::activateFile(int id)
|
||||
// handle SystemExit exceptions
|
||||
Base::PyGILStateLocker locker;
|
||||
Base::PyException exc;
|
||||
exc.ReportException();
|
||||
exc.reportException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user