From 176735381723915414c04ec8cb60dca65511ced7 Mon Sep 17 00:00:00 2001 From: nri Date: Wed, 19 Nov 2003 08:24:25 +0000 Subject: [PATCH] NRI : Typing error. --- 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 ad6eba31..1cb4f7ce 100644 --- a/src/VISU_SWIG/visu.py +++ b/src/VISU_SWIG/visu.py @@ -227,7 +227,7 @@ def CreatePrsForMed(theVisu, theFileName, thePrsTypeList, thePictureDir, thePict print "theVisu.ImportMed...", aMedField = SObjectToObject(aTimeStampSObj) - aResult = theVisu.ImportMedFiled(aMedField) + aResult = theVisu.ImportMedField(aMedField) if aResult is None : raise RuntimeError, "Error" else : print "OK" aVISUObjList.append(aResult) -- 2.39.2