On Monday, August 18, 2014 10:44:40 AM Tom Stellard wrote:
> ---
>  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:

Reviewed-by: Dylan Baker <baker.dyla...@gmail.com>

> -- 
> 1.8.1.5
> 
> _______________________________________________
> Piglit mailing list
> Piglit@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to