Salome HOME
DisplayOnly and EraseAll operations do not need the modules which are not yet present...
[modules/gui.git] / src / SALOME_SWIG / test_table.py
index de3664eb87ca01ad8e95c91b5a6351b982b3aec2..e480f6ad80c9ab58a7f24fa8ac1c6cad769cb5ed 100755 (executable)
@@ -109,7 +109,7 @@ ACmt = myBuilder.FindOrCreateAttribute(myCmtObject, "AttributeComment")
 ACmt.SetValue("Just a comment")
 
 # >>> Updating Object Browser ================================================
-salome.sg.updateObjBrowser(1)
+salome.sg.updateObjBrowser(True)
 
 # ============================================================================