From 65baf08a422f464eef8a4def9314d04a30925597 Mon Sep 17 00:00:00 2001 From: akk Date: Thu, 15 Dec 2005 13:41:46 +0000 Subject: [PATCH] Correction of the path to XML file. --- src/SALOME_SWIG/salome_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOME_SWIG/salome_test.py b/src/SALOME_SWIG/salome_test.py index c1a6d562b..75e5f0bbd 100755 --- a/src/SALOME_SWIG/salome_test.py +++ b/src/SALOME_SWIG/salome_test.py @@ -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 -- 2.39.2