From d0832929cdb2a4ebf7ccc7325d6b3c8cc100113d Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 24 Sep 2013 17:05:56 +0200 Subject: [PATCH] =?UTF-8?q?[gest=5Fcrans]=20tentative=20de=20patch=20suite?= =?UTF-8?q?=20=C3=A0=20un=20bugreport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 34125689..afc02273 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1015,7 +1015,7 @@ def set_blackliste(clas): arg += u'"- pour fin indéterminée" 2 25 "" 0 0 0 0 ' arg += u'"Les jours de début et de fin sont inclus." 3 1 "" 0 0 0 0 ' arg += u'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2] - arg += u'"Commentaire (pas de dollar) : " 5 1 "%s" 6 1 52 0 ' % t[3] + arg += u'"Commentaire (pas de dollar) : " 5 1 "%s" 6 1 52 0 ' % t[3].decode("utf-8") annul, r = dialog(arg) if annul: return 1