Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -346,7 +346,7 @@ FeatureTestAttribute::~FeatureTestAttribute()
|
||||
}
|
||||
catch (Py::Exception& e) {
|
||||
e.clear();
|
||||
Base::Console().Error("Unexpected exception in ~FeatureTestRemoval()\n");
|
||||
Base::Console().error("Unexpected exception in ~FeatureTestRemoval()\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user