From e1fcfc0b9220e45325907f1e4fbfab632f44b068 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Mon, 13 Mar 2017 17:24:44 +0100 Subject: [PATCH] bug groupma --- InterfaceQT4/gereIcones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT4/gereIcones.py b/InterfaceQT4/gereIcones.py index e5f2bf2f..506039a9 100644 --- a/InterfaceQT4/gereIcones.py +++ b/InterfaceQT4/gereIcones.py @@ -324,7 +324,7 @@ class ContientIcones(object): if "GROUP_MA" in e: kwType = "GROUP_MA" if 'grno' in repr(kwType): kwType = "GROUP_NO" - if 'grma' in repr(kwType): kwType = "GROUP_NO" + if 'grma' in repr(kwType): kwType = "GROUP_MA" if kwType in ("GROUP_NO","GROUP_MA"): selection, commentaire = self.appliEficas.selectGroupFromSalome(kwType,editor=self.editor) -- 2.39.2