Commit ee386e00 authored by Miro Hrončok's avatar Miro Hrončok

Adding UTF-8 decoding back

parent f942c1a0
......@@ -73,7 +73,7 @@ class Tee(object):
self.target(data)
except:
pass
self.stdout.write(data)
self.stdout.write(data.encode("utf-8"))
def flush(self):
self.stdout.flush()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment