From: adam Date: Tue, 4 Aug 2009 09:48:30 +0000 (+0000) Subject: windows port X-Git-Tag: V5_1_3rc1~93 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ffeb39ec5371388a1126707645e93f5032d5baf;p=modules%2Fkernel.git windows port --- 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();