Salome HOME
Correction of the path to XML file.
authorakk <akk@opencascade.com>
Thu, 15 Dec 2005 13:41:46 +0000 (13:41 +0000)
committerakk <akk@opencascade.com>
Thu, 15 Dec 2005 13:41:46 +0000 (13:41 +0000)
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