diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index d17642e4a..1431ff6f3 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -1393,7 +1393,7 @@ class Mesh: shape = self.geom pass if self.IsUsedHypothesis( hyp, shape ): - return self.mesh.RemoveHypothesis(shape, hyp) + return self.mesh.RemoveHypothesis( shape, hyp ) hypName = GetName( hyp ) geoName = GetName( shape ) print "WARNING: RemoveHypothesis() failed as '%s' is not assigned to '%s' shape" % ( hypName, geoName )