From 5ba3440369ed142f3534c12435e223b48a02ed1d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 3 Sep 2014 22:20:17 +0200 Subject: [PATCH] Add details to colorama workaround. --- qutebrowser/utils/log.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index f27f5325b..cfd72876a 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -46,6 +46,8 @@ else: # sys.stdout/sys.stderr if they are None. Bugreports: # https://code.google.com/p/colorama/issues/detail?id=61 # https://github.com/borntyping/python-colorlog/issues/13 + # This should be (partially) fixed in colorama 0.3.2. + # (stream only gets wrapped if it's not None) if colorama is not None: colorama.deinit()