Fabian Deutsch has submitted this change and it was merged. Change subject: Set UTF-8 encoding on process.pipe as well for Py 2.6 compat ......................................................................
Set UTF-8 encoding on process.pipe as well for Py 2.6 compat Previously, we only explicitly returned unicode-encoded output for process.check_output. Do the same for process.pipe so lsblk on the diagnostic page doesn't crash when it sees UTF-8 characters. Change-Id: I0801bcd989da89749272d1e0f16dd4d17129c97e Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/utils/process.py 1 file changed, 12 insertions(+), 4 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19626 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0801bcd989da89749272d1e0f16dd4d17129c97e Gerrit-PatchSet: 4 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
