No problem, thanks for testing.

On Wednesday, September 03, 2014 01:43:24 PM Emil Velikov wrote:
> On 03/09/14 07:14, Dylan Baker wrote:
> > CC: Emil Velikov <[email protected]>
> > Signed-off-by: Dylan Baker <[email protected]>
> Works like a charm, thank you :)
> 
> Tested-by: Emil Velikov <[email protected]>
> > ---
> >  framework/summary.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/framework/summary.py b/framework/summary.py
> > index 332aa40..d1b737b 100644
> > --- a/framework/summary.py
> > +++ b/framework/summary.py
> > @@ -44,7 +44,7 @@ __all__ = [
> >  
> >  def escape_filename(key):
> >      """Avoid reserved characters in filenames."""
> > -    return re.sub(r'[<>:"|?*]', '_', key)
> > +    return re.sub(r'[<>:"|?*#]', '_', key)
> >  
> >  
> >  def normalize_href(href):
> > 
> 

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

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to