From 4ffeb39ec5371388a1126707645e93f5032d5baf Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Aug 2009 09:48:30 +0000 Subject: [PATCH] windows port --- 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 063562ae3..7514c85bc 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx @@ -1216,7 +1216,7 @@ bool SALOMEDSImpl_Study::DumpStudy(const string& thePath, fp << _GetNoteBookAccess(); - fp << "sys.path.insert( 0, \'" << thePath << "\')" << endl << endl; + fp << "sys.path.insert( 0, r\'" << thePath << "\')" << endl << endl; //Dump NoteBook Variables fp << _GetStudyVariablesScript(); -- 2.39.2