[Reportbug-commits] [reportbug] 24/32: dont decode in py3k

Sandro Tosi morph at moszumanska.debian.org
Thu Dec 1 01:36:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 718e8c139545e9575640a92fc7e77f0d4a6d4db5
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Nov 30 19:56:31 2016 -0500

    dont decode in py3k
---
 reportbug/debbugs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 54cd1cd..b66c138 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -670,7 +670,7 @@ def handle_wnpp(package, bts, ui, fromaddr, timeout, online=True, http_proxy=Non
 
         if tag == 'ITP':
             headers.append('X-Debbugs-CC: debian-devel at lists.debian.org')
-            pseudos.append('Owner: %s' % fromaddr.decode('utf-8', 'replace'))
+            pseudos.append('Owner: %s' % fromaddr)
             ui.log_message('Your report will be carbon-copied to debian-devel, '
                            'per Debian policy.\n')
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list