]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Correction of the path to MED file to import.
authorakk <akk@opencascade.com>
Fri, 21 Oct 2005 08:24:24 +0000 (08:24 +0000)
committerakk <akk@opencascade.com>
Fri, 21 Oct 2005 08:24:24 +0000 (08:24 +0000)
src/KERNEL_PY/salome_test.py

index 57dd0440b1b2270482446a15957a57d223413a43..75e5f0bbd680cee99b49df468cd9dd9d68a4ebef 100755 (executable)
@@ -432,7 +432,7 @@ import VISU
 import visu_gui
 
 medFileName = "pointe.med"
-medFile = os.getenv('KERNEL_ROOT_DIR') + '/examples/' + medFileName
+medFile = os.getenv('DATA_DIR') + '/MedFiles/' + medFileName
 print "Load ", medFile
 
 studyCurrent = salome.myStudyName