summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrbtools/postreview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbtools/postreview.py b/rbtools/postreview.py
index 39b29f8..eeb96ef 100755
--- a/rbtools/postreview.py
+++ b/rbtools/postreview.py
@@ -653,7 +653,7 @@ class ReviewBoardServer(object):
content_type = "multipart/form-data; boundary=%s" % BOUNDARY
- return content_type, content
+ return content_type, content.encode('utf-8')
class SCMClient(object):