From: eficas <> Date: Mon, 8 Nov 2004 14:18:12 +0000 (+0000) Subject: Changement sur le choix des parametres X-Git-Tag: CCAR_poursuite_deb~72 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c6b09bee730f7a5a2549cd88bdfebe9dcc622bab;p=tools%2Feficas.git Changement sur le choix des parametres --- diff --git a/Editeur/composimp.py b/Editeur/composimp.py index 25f494a8..85ad0ec7 100644 --- a/Editeur/composimp.py +++ b/Editeur/composimp.py @@ -270,7 +270,7 @@ class SIMPTreeItem(Objecttreeitem.AtomicObjectTreeItem): if encorevalide: type_param=param.valeur.__class__.__name__ for typ in self.definition.type: - if typ=='R' and type_param=='float': + if typ=='R' and type_param!='str': liste_param.append(param) if typ=='I' and type_param=='int': liste_param.append(param)