From 7ec896df47bb0542dac8fc96f993ff38dd98d6fa Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Mon, 15 Jun 2009 11:35:16 +0200 Subject: [PATCH] =?UTF-8?q?[gest=5Fcrans]=20=C3=A9chappement=20sale=20des?= =?UTF-8?q?=20doubles-quotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090615093516-bd074-6236d5f2628d9b62915c2038dc22123ac48a57e6.gz --- 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 aae832f6..bc913dbb 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1306,7 +1306,7 @@ def set_wifi(machine): arg += u'"Position E :" 3 29 "%s" 3 42 12 0 ' % "" arg += u'"Hotspot :" 4 1 "%s" 4 10 5 0 ' % (machine.hotspot() and 'oui' or 'non') - arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 100 0 ' % ', '.join(machine.nvram()) + arg += u'"Nvram (cf wiki) :" 5 1 "%s" 6 1 100 0 ' % ', '.join(machine.nvram()).replace('"', '\\"') # Affichage annul, result = dialog(arg)