]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
windows port
authoradam <adam>
Tue, 4 Aug 2009 09:48:30 +0000 (09:48 +0000)
committeradam <adam>
Tue, 4 Aug 2009 09:48:30 +0000 (09:48 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx

index 063562ae304ecf23228cfda72607fdf8f79acb2d..7514c85bc6f8fdeae542533e645d0d320118579a 100644 (file)
@@ -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();