From: NATHALIE GORE Date: Mon, 15 Jun 2020 13:25:14 +0000 (+0200) Subject: Fix de Raphael Perony X-Git-Tag: V9_5_0rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=46e6a6a5637786b3eb1a041dcedd2ac862ab826c;p=tools%2Feficas.git Fix de Raphael Perony --- diff --git a/InterfaceQT4/editorSsIhm.py b/InterfaceQT4/editorSsIhm.py index 8d0bb0a3..d6b507c0 100644 --- a/InterfaceQT4/editorSsIhm.py +++ b/InterfaceQT4/editorSsIhm.py @@ -486,7 +486,7 @@ class JDCEditorSsIhm : hash_checksum = hashlib.md5() hash_checksum.update(newtexte.encode('utf-8')) checksum = hash_checksum.hexdigest() - ligne = ligne="#CHECKSUM:"+checksum+":FIN CHECKSUM" + ligne = "#CHECKSUM:"+checksum+":FIN CHECKSUM" except : try : newtexte=texte.replace('"','\\"')