diff options
Diffstat (limited to 'becommands/comment.py')
-rw-r--r-- | becommands/comment.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/comment.py b/becommands/comment.py index 69e3a41..9a614b2 100644 --- a/becommands/comment.py +++ b/becommands/comment.py @@ -104,7 +104,6 @@ def execute(args, manipulate_encodings=True): raise cmdutil.UserError, "No comment supplied, and EDITOR not specified." if body is None: raise cmdutil.UserError("No comment entered.") - body = body.decode('utf-8') elif args[1] == '-': # read body from stdin binary = not (options.content_type == None or options.content_type.startswith("text/")) |