CC: Emil Velikov <[email protected]>
Signed-off-by: Dylan Baker <[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):
-- 
2.1.0

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

Reply via email to