mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
send-error-report: decode response from server
Fixed: b'Your entry can be found here: http://<snip>' Now looks like: Your entry can be found here: http://<snip> (From OE-Core rev: 4510973fe12a61c21e12b46b8315c56f91eff5b7) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
951fa62bab
commit
e4bacbf94a
@@ -143,7 +143,7 @@ def send_data(data, args):
|
||||
logging.error(e.reason)
|
||||
sys.exit(1)
|
||||
|
||||
print(response.read())
|
||||
print(response.read().decode('utf-8'))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user