s/uncoditionally/unconditionally Signed-off-by: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx> --- Note: pushed as trivial. virtinst/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtinst/cli.py b/virtinst/cli.py index 457368d..22123d8 100644 --- a/virtinst/cli.py +++ b/virtinst/cli.py @@ -101,7 +101,7 @@ class VirtStreamHandler(logging.StreamHandler): def emit(self, record): """ Based on the StreamHandler code from python 2.6: ripping out all - the unicode handling and just uncoditionally logging seems to fix + the unicode handling and just unconditionally logging seems to fix logging backtraces with unicode locales (for me at least). No doubt this is atrocious, but it WORKSFORME! -- 2.1.0 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list