summaryrefslogtreecommitdiff
path: root/src/CheetahWrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/CheetahWrapper.py')
-rw-r--r--[-rwxr-xr-x]src/CheetahWrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CheetahWrapper.py b/src/CheetahWrapper.py
index 5a37f5e..776a394 100755..100644
--- a/src/CheetahWrapper.py
+++ b/src/CheetahWrapper.py
@@ -587,7 +587,7 @@ be named according to the same rules as Python modules.""" % tup)
sys.stdout.write(output)
else:
f = open(dst, 'w')
- f.write(output)
+ f.write(output.encode('utf8'))
f.close()