From: eap Date: Fri, 18 Mar 2005 14:35:34 +0000 (+0000) Subject: Dump Python. Insert X-Git-Tag: T_22_03_05 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b4ab5222d6a92e404f7032e1d9aea9f2a92d32b2;p=modules%2Fgeom.git Dump Python. Insert --- diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index 07724f7a5..ecfc78330 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -366,7 +366,7 @@ TCollection_AsciiString GEOM_Engine::DumpPython(int theDocID, aScript = "import geompy\n\n"; aScript += "def RebuildData(theStudy):"; - aScript += "\tgeompy.init_geom(theStudy)"; + aScript += "\n\tgeompy.init_geom(theStudy)"; Handle(TDataStd_TreeNode) aNode, aRoot; Handle(GEOM_Function) aFunction;