From cd57793728833132bce3a7ad967d6bb804dd1ef2 Mon Sep 17 00:00:00 2001 From: enk Date: Thu, 15 Jun 2006 12:11:00 +0000 Subject: [PATCH] Fix for Bug IPAL11796: To correct error in "visu.CreateStudyForMed()". --- src/VISU_SWIG/visu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_SWIG/visu.py b/src/VISU_SWIG/visu.py index 2d8b23bb..15d5b7fe 100644 --- a/src/VISU_SWIG/visu.py +++ b/src/VISU_SWIG/visu.py @@ -152,7 +152,7 @@ def CreateStudyForMed(theVisu, theFileName) : print "OK" return [aStudy, myViewManager, myView] - raise RuntimeError, "Error: There is no shuch file." + raise RuntimeError, "Error: There is no such file." def getMedSObject(theStudy = myLocalStudy ): if theStudy is None: -- 2.39.2