Salome HOME
Merge Python 3 porting.
[modules/smesh.git] / doc / salome / examples / quality_controls_ex19.py
index 5713800c82d20a358cbc8cc079616cd2ce0f0590..62ef71030bad8f9840cdfcd51a1f87856adb2fae 100644 (file)
@@ -28,4 +28,4 @@ print("")
 aGroup = mesh.CreateEmptyGroup(SMESH.FACE, "Element Diameter 2D > " + repr(mel_2d_margin))
 aGroup.Add(anIds)
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()