diff --git a/src/SMESH_SWIG/SMESH_test1_AndDisplay.py b/src/SMESH_SWIG/SMESH_test1_AndDisplay.py index 106297125..e1a5e01d2 100644 --- a/src/SMESH_SWIG/SMESH_test1_AndDisplay.py +++ b/src/SMESH_SWIG/SMESH_test1_AndDisplay.py @@ -107,4 +107,5 @@ mesh.Compute() salome.sg.updateObjBrowser(1); sg = salome.ImportComponentGUI('SMESH') -sg.CreateAndDisplayActor('0:1:2:3') +if type(sg) != type(salome.salome_ComponentGUI): + sg.CreateAndDisplayActor('0:1:2:3')