From 131dbc8d1e6540489f843807ebaad3c93e4bf44f Mon Sep 17 00:00:00 2001 From: srn Date: Fri, 18 Mar 2005 14:14:08 +0000 Subject: [PATCH] Changed "import of batchmode_salome" to "import salome" in DumpStudy --- src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx index c1265e25e..c43d312a0 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1221,7 +1221,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const TCollection_AsciiString& thePath, return false; } - TCollection_AsciiString aBatchModeScript = "batchmode_salome"; + TCollection_AsciiString aBatchModeScript = "salome"; //Output to the main Study script required Python modules import, set sys.path and add a creation of the study. fp << "import sys" << endl; -- 2.39.2