X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Ihm%2FI_MCLIST.py;h=4765d8fcb265e7441565141af580d5264d9dbd3d;hb=9f4ff7ed9afd87c96e11d61e442e39e5511f60d1;hp=cc5bb3c2ae4d4ce4b95ee41fff125ab77101ae3c;hpb=1b91010fc2c0a681db9177d6fa0e4e0af866ec31;p=tools%2Feficas.git diff --git a/Ihm/I_MCLIST.py b/Ihm/I_MCLIST.py index cc5bb3c2..4765d8fc 100644 --- a/Ihm/I_MCLIST.py +++ b/Ihm/I_MCLIST.py @@ -262,7 +262,7 @@ class MCList: en tenant compte de la langue """ try : - return self.data[0].get_fr().decode('latin-1') + return self.data[0].get_fr() except: return ''