]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume terminal remove unicode stream handler
authorAlfredo Deza <adeza@redhat.com>
Mon, 9 Sep 2019 17:45:08 +0000 (13:45 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 10 Sep 2019 12:27:59 +0000 (08:27 -0400)
commitfe66e01f6a4b19bb15695537713a629a951b28ce
tree1a858ada2a65916525d1c8986c3941a1e9263bd1
parentbfb8422e262dcce49c50610a3977bfe1edc2a435
ceph-volume terminal remove unicode stream handler

This caused problems in environments where stderr was redirected, since
stderr sets the encoding to None. Getting it back again allows
everything to work correctly, and keeps all the current unit tests
passing

Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/terminal.py