]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix error of DumpPython.
authorjfa <jfa@opencascade.com>
Fri, 8 Feb 2008 13:12:44 +0000 (13:12 +0000)
committerjfa <jfa@opencascade.com>
Fri, 8 Feb 2008 13:12:44 +0000 (13:12 +0000)
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx

index 4f09b784d91fdc481ba8c13eabf6f66bba81d48f..b2b8dc364d8c2d94b81ea551411117fdde1acd22 100644 (file)
@@ -638,7 +638,7 @@ Handle(TColStd_HSequenceOfTransient) GEOMImpl_IShapesOperations::GetGlueFaces
   Handle(GEOM_Function) aFunction = theShape->GetLastFunction();
   GEOM::TPythonDump pd (aFunction, /*append=*/true);
   pd << "[" << anAsciiList.ToCString();
-  pd << "] = geompy.GetGlueFaces" << theShape << ", " << theTolerance << ")";
+  pd << "] = geompy.GetGlueFaces(" << theShape << ", " << theTolerance << ")";
 
   SetErrorCode(OK);