From 5ec98ac10da8605db2283be67fa172bae103e84e Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 7 Apr 2011 09:40:57 +0200 Subject: [PATCH] Should be general not global --- src/saml2/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saml2/config.py b/src/saml2/config.py index f2ba27d..e6d86f0 100644 --- a/src/saml2/config.py +++ b/src/saml2/config.py @@ -160,7 +160,7 @@ class Config(object): except KeyError: pass - if "xmlsec_binary" not in self._attr: + if "xmlsec_binary" not in self._attr[""]: self._attr[""]["xmlsec_binary"] = get_xmlsec_binary() self.load_complex(cnf)