mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
0020362: EDF SMESH: Smesh commands always generate print logs
This commit is contained in:
parent
c4e4d52dd6
commit
efc89ab066
@ -493,7 +493,6 @@ class smeshDC(SMESH._objref_SMESH_Gen):
|
|||||||
# @param name a new object name
|
# @param name a new object name
|
||||||
# @ingroup l1_auxiliary
|
# @ingroup l1_auxiliary
|
||||||
def SetName(self, obj, name):
|
def SetName(self, obj, name):
|
||||||
print "obj_name = ", name
|
|
||||||
if isinstance( obj, Mesh ):
|
if isinstance( obj, Mesh ):
|
||||||
obj = obj.GetMesh()
|
obj = obj.GetMesh()
|
||||||
elif isinstance( obj, Mesh_Algorithm ):
|
elif isinstance( obj, Mesh_Algorithm ):
|
||||||
|
Loading…
Reference in New Issue
Block a user