Salome HOME
0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateO...
[modules/smesh.git] / src / SMESH_SWIG / SMESH_hexaedre.py
index dea48cf543314c1ad8590b1c689afdaeb8c914a1..a2dd15b9361e916a348f19a3d21b5274fcb94259 100755 (executable)
@@ -58,7 +58,7 @@ idblob = geompy.addToStudy(blob,"blob")
 edgeGroups = geompy.Propagate( blob )
 assert len( edgeGroups ) == 3
 
-salome.sg.updateObjBrowser(1)
+salome.sg.updateObjBrowser(True)
 
 # -----------------------------------------------------------------------------
 
@@ -98,4 +98,4 @@ if ok:
 else:
     print "problem when Computing the mesh"
 
-salome.sg.updateObjBrowser(1)
+salome.sg.updateObjBrowser(True)