]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SALOME_SWIG/salome_test.py
Salome HOME
Correction of the path to XML file.
[modules/gui.git] / src / SALOME_SWIG / salome_test.py
index c1a6d562b45386015c55d60103593a6d7f0c140c..75e5f0bbd680cee99b49df468cd9dd9d68a4ebef 100755 (executable)
@@ -275,7 +275,7 @@ import os
 dir= os.getenv("DATA_DIR")
 if dir == None:
        raise RuntimeError, "DATA_DIR is not defined"
-xmlfile = dir +"/Graphs/GraphGeomEssai.xml"
+xmlfile = dir +"/Superv/Graphs/GraphGeomEssai.xml"
 print "Load dataflow from the file : "
 print xmlfile
 print