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 cff06be..2dccc7a 100755
--- a/rbtools/postreview.py
+++ b/rbtools/postreview.py
@@ -656,7 +656,7 @@ class ReviewBoardServer(object):
content_type = "multipart/form-data; boundary=%s" % BOUNDARY
- return content_type, content.encode('utf-8')
+ return content_type, content
class SCMClient(object):