+ restore lost changes, improve whitspaces, suppress useless MSVC warnings
This commit is contained in:
@@ -54,7 +54,7 @@ DocumentObjectExecReturn *FeaturePythonImp::execute()
|
||||
Py::Object feature = static_cast<PropertyPythonObject*>(proxy)->getValue();
|
||||
if (feature.hasAttr("__object__")) {
|
||||
Py::Callable method(feature.getAttr(std::string("execute")));
|
||||
Py::Tuple args;
|
||||
Py::Tuple args;
|
||||
method.apply(args);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user