]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
scorie
authorPASCALE NOYRET <pascale.noyret@edf.fr>
Tue, 5 Apr 2022 14:56:49 +0000 (16:56 +0200)
committerPASCALE NOYRET <pascale.noyret@edf.fr>
Tue, 5 Apr 2022 14:56:49 +0000 (16:56 +0200)
Ihm/I_OBJECT.py

index 692846add587380d8f184666df0f5e6a17665acf..1df32324e616ba5d629c9222e02de9c8ea34a350 100644 (file)
@@ -217,7 +217,6 @@ class OBJECT:
            monDico['statut'] = self.definition.statut 
            monDico['nomCommande'] =self.nom
 
-        if self.nature == 'OPERATEUR' : print (dir(self))
         if self.nature == 'OPERATEUR' or self.nature == 'PROCEDURE' : monDico['statut']='f' 
         if self.nature == 'OPERATEUR'  :
            if hasattr(self, 'sdnom') and self.sdnom != "sansnom" : monDico['sdnom']=self.sdnom