From: akk Date: Thu, 15 Dec 2005 13:41:46 +0000 (+0000) Subject: Correction of the path to XML file. X-Git-Tag: TG-D5-38-2003_D2005-20-12~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65baf08a422f464eef8a4def9314d04a30925597;p=modules%2Fgui.git Correction of the path to XML file. --- 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