From b4ab5222d6a92e404f7032e1d9aea9f2a92d32b2 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 18 Mar 2005 14:35:34 +0000 Subject: [PATCH] Dump Python. Insert --- src/GEOM/GEOM_Engine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2