Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -330,11 +330,11 @@ std::vector<App::DocumentObject*> TaskFeaturePick::buildFeatures()
|
||||
catch (Py::Exception& e) {
|
||||
// reported by code analyzers
|
||||
e.clear();
|
||||
Base::Console().Warning("Unexpected PyCXX exception\n");
|
||||
Base::Console().warning("Unexpected PyCXX exception\n");
|
||||
}
|
||||
catch (const boost::exception&) {
|
||||
// reported by code analyzers
|
||||
Base::Console().Warning("Unexpected boost exception\n");
|
||||
Base::Console().warning("Unexpected boost exception\n");
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user