Ondra Machacek has submitted this change and it was merged.
Change subject: Check the type of debug data
......................................................................
Check the type of debug data
Apparently some versions of PycURL provide the debug data as strings,
and others as arrays of bytes. When they are arrays of bytes we need to
convert them to strings before manipulating them with the 'replace',
'strip' and 'split' methods.
Change-Id: I43715da41af2971198b5a0ffc6e42a656ed4694f
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/lib/ovirtsdk4/__init__.py
1 file changed, 10 insertions(+), 2 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/63035
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I43715da41af2971198b5a0ffc6e42a656ed4694f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>