From 63a427fc0ba807b13efc1366d294a5787b9dd2a6 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 11 Mar 2012 15:58:52 +0100 Subject: [PATCH] move a closing Signed-off-by: Joerg Jaspert --- dak/queue_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5