From fa29e8ce055150fb4b097b5a1dc85bd22dd9cac6 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 00:54:41 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?adConf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/loadConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/loadConf.py b/m/loadConf.py index f4ff97f..2f67a07 100644 --- a/m/loadConf.py +++ b/m/loadConf.py @@ -4,7 +4,7 @@ class LoadConf(object): for ligne in source: data = ligne.rstrip('\n\r').split('=') try : - if data[0] in key : + if data[0] == key : source.close() return data[1] except Exception, e :