Dylan Baker <dy...@pnwbakers.com> writes:

> 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.
>
> CC: Eric Anholt <e...@anholt.net>
> Reported-by: Dan Kegel <d...@kegel.com>
> Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>

I see you've pushed, but I wanted to say thanks for taking care of this!

Attachment: signature.asc
Description: PGP signature

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

Reply via email to