[Piglit] [PATCH 1/3] core: Initialize ConfigParser with allow_no_value=True

Tom Stellard thomas.stellard at amd.com
Mon Aug 18 07:44:40 PDT 2014


---
 framework/core.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/core.py b/framework/core.py
index d3922a9..950ed7e 100644
--- a/framework/core.py
+++ b/framework/core.py
@@ -37,7 +37,7 @@ __all__ = ['PIGLIT_CONFIG',
            'parse_listfile']
 
 
-PIGLIT_CONFIG = ConfigParser.SafeConfigParser()
+PIGLIT_CONFIG = ConfigParser.SafeConfigParser(allow_no_value=True)
 
 def get_config(arg=None):
     if arg:
-- 
1.8.1.5



More information about the Piglit mailing list