From: Dylan Baker <baker.dyla...@gmail.com>

In python 3 the current implementation provides bytes instead of
unicode, but the write mode is set for unicode.

Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>
---
 framework/summary/html_.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/framework/summary/html_.py b/framework/summary/html_.py
index d89ae97..2c0f72f 100644
--- a/framework/summary/html_.py
+++ b/framework/summary/html_.py
@@ -54,8 +54,6 @@ _TEMP_DIR = os.path.join(
 _TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), '../..', 'templates')
 _TEMPLATES = TemplateLookup(
     _TEMPLATE_DIR,
-    output_encoding="utf-8",
-    encoding_errors='replace',
     module_directory=os.path.join(_TEMP_DIR, "html-summary"))
 
 
-- 
2.7.0

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

Reply via email to