]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/buildhistory_analysis: fix for Python 3
authorJoshua Lock <joshua.g.lock@intel.com>
Fri, 3 Jun 2016 08:17:47 +0000 (09:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Jun 2016 12:12:45 +0000 (13:12 +0100)
commitcfae302c4996c49a8754497ea9f13f8331d6975d
treee7c92c048616ec646e61e8892b8e7ac78252c6ba
parent4a95989848df62b34e3115c7e81d4f005de74119
lib/oe/buildhistory_analysis: fix for Python 3

The read method of the data_stream File object now returns bytes,
not a str, so we must decode it.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/buildhistory_analysis.py