X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMESH_test.py;h=3b46f54800a57c320168de78f030a055e2e14350;hb=fc9c05a33c258342ff8d1eabcd9ae06bdf8c5764;hp=7b61472b154884e3baa3bac701d0f51c1c5a29e5;hpb=560f8b2d0c2a7fdb4047f981cfac56ed3629bc1a;p=modules%2Fsmesh.git diff --git a/src/SMESH_SWIG/SMESH_test.py b/src/SMESH_SWIG/SMESH_test.py index 7b61472b1..3b46f5480 100644 --- a/src/SMESH_SWIG/SMESH_test.py +++ b/src/SMESH_SWIG/SMESH_test.py @@ -103,7 +103,7 @@ face = salome.IDToObject(idf) ret = mesh.Compute(face) print(ret) -log = mesh.GetLog(0) # 0 - GetLog without ClearLog after, else if 1 - ClearLog after +log = [] #mesh.GetLog(0) # 0 - GetLog without ClearLog after, else if 1 - ClearLog after for a in log: print("-------") ii = 0