From: Joerg Jaspert Date: Sun, 11 Mar 2012 14:58:52 +0000 (+0100) Subject: move a closing X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=63a427fc0ba807b13efc1366d294a5787b9dd2a6;p=dak.git move a closing Signed-off-by: Joerg Jaspert --- diff --git a/dak/queue_report.py b/dak/queue_report.py index cb2b9390..bc68b261 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -314,7 +314,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing if sponsor: try: (login, domain) = sponsor.split("@", 1) - print "Sponsor: %s@debian.org
" % (utils.html_escape(login), utils.html_escape(login)) + print "Sponsor: %s@debian.org
" % (utils.html_escape(login), utils.html_escape(login)) except Exception as e: pass