TD: Trim trailing newlines

This commit is contained in:
luzpaz
2024-07-13 15:50:05 +00:00
committed by wwmayer
parent 25e8aacbe3
commit 9c6e78b5cb
4 changed files with 7 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ TopoDS_Shape ShapeExtractor::getShapes(const std::vector<App::DocumentObject*> l
if (isExplodedView) {
Py::Object explodedViewPy = proxy->getValue();
Py::Object attr = explodedViewPy.getAttr("restoreAssembly");
if (attr.ptr() && attr.isCallable()) {
Py::Tuple args(1);