aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-02-15 17:35:23 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-02-15 17:35:23 +0900
commit593d91698db3fa9dd99b64f2973ee14947dd4782 (patch)
tree00fa54270be0043ccb74614df7321816c6facc76 /Mailman/Cgi
parentee5b57e4bc8fdca687cbc04a1338941941f29b1d (diff)
parentc78ea26f8f04cd2e3d2cf231736bcc95ec8cccd5 (diff)
downloadmailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.gz
mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.tar.xz
mailman2-593d91698db3fa9dd99b64f2973ee14947dd4782.zip
Merge lp:mailman/2.1 up to 1691
Diffstat (limited to 'Mailman/Cgi')
-rw-r--r--Mailman/Cgi/roster.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Cgi/roster.py b/Mailman/Cgi/roster.py
index e9ab03c1..cb6847af 100644
--- a/Mailman/Cgi/roster.py
+++ b/Mailman/Cgi/roster.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2016 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2017 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -141,8 +141,8 @@ def error_page(errmsg):
print doc.Format()
-def error_page_doc(doc, errmsg, *args):
+def error_page_doc(doc, errmsg):
# Produce a simple error-message page on stdout and exit.
doc.SetTitle(_("Error"))
doc.AddItem(Header(2, _("Error")))
- doc.AddItem(Bold(errmsg % args))
+ doc.AddItem(Bold(errmsg))