framework: Make driver_classifier convert to str (unicode)

Graphics / Mesa 3D Graphics Library / Piglit - Dylan Baker [pnwbakers.com] - 16 September 2016 19:18 UTC

In python2 the code as is works, although there might be odd corners. In python 3 it fails because the code tries to match bytes and strs, which doesn't work at all.

This patch fixes the issue by converting the output from bytes to str (unicode) immediately, so we don't have to think about it again.

fd71ea2 framework: Make driver_classifier convert to str (unicode)
framework/driver_classifier.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share