On 14 June 2016 at 15:59, Leonardo Sandoval < [email protected]> wrote:
> Also, now that we switch to subprocess.check_output, I wonder if we need > to convert it to string (the output of this method) before proceeding. > Yeah, check_output under py3 returns byte arrays, so you either need to convert to string or pass universal_newlines=True. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
