Change in otopi[master]: core: support non-unicode output of programs

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@redhat.com> --- M src/otopi/plugin.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Alon Bar-Lev: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13277 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I121d975083f02957aad927305d2cd9157c77b3ea Gerrit-PatchSet: 3 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <asegurap@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Antoni Segura Puimedon <asegurap@redhat.com>
participants (1)
-
Alon Bar-Lev