]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for Bug IPAL11496
authorapo <apo@opencascade.com>
Fri, 3 Feb 2006 09:44:43 +0000 (09:44 +0000)
committerapo <apo@opencascade.com>
Fri, 3 Feb 2006 09:44:43 +0000 (09:44 +0000)
   "try_cutplanes_parameters()" with None as parameter raises NameError.

src/VISU_SWIG/visu.py

index 6aade010b9649767f30a7b87e2545b210190fb1f..daadf7aa4f935a60d91c2587847a18132f5e3518 100644 (file)
@@ -742,7 +742,7 @@ def dump_deformedshape_parameters(theObject):
 # ----------------------
 def try_cutplanes_parameters(thePattern) :
 
-    if thePattern  is None : return aList 
+    if thePattern  is None : return None 
     import copy
     import random