[Intel-gfx] [PATCH] list-workarounds: Convert to python3

Damien Lespiau damien.lespiau at intel.com
Sat May 11 18:38:03 CEST 2013


On Fri, May 10, 2013 at 03:28:29PM -0700, Ben Widawsky wrote:
> -			print("%s: %s" % (wa, ', '.join(workarounds[wa])))
> +			print(("%s: %s" % (wa, ', '.join(workarounds[wa]))))

This one adds extra () that are not necessary. Other than that, ship it!

Reviewed-by: Damien Lespiau <damien.lespiau at intel.com>

-- 
Damien



More information about the Intel-gfx mailing list