From: nri Date: Wed, 19 Nov 2003 08:24:25 +0000 (+0000) Subject: NRI : Typing error. X-Git-Tag: V1_3_0_b3~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=176735381723915414c04ec8cb60dca65511ced7;p=modules%2Fvisu.git NRI : Typing error. --- 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)