Alon Bar-Lev has submitted this change and it was merged.
Change subject: core: support non-unicode output of programs
......................................................................
core: support non-unicode output of programs
Some commands can output characters that are not decodable by
codecs.utf_8_decode. One example is nmcli (used by ovirt-host-deploy
plugin, that has a bug (reported and confirmed) retrieving the
vendor string with certain realteks and prints to stdout
non-utf-8-decodable strings.
Change-Id: I121d975083f02957aad927305d2cd9157c77b3ea
Signed-off-by: Antoni S. Puimedon <asegurap(a)redhat.com>
---
M ChangeLog
M src/otopi/plugin.py
2 files changed, 4 insertions(+), 2 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/13298
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I121d975083f02957aad927305d2cd9157c77b3ea
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: otopi-1.0
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap(a)redhat.com>