From f2116f6868195136488ffae43025b42e18e0c484 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 5 Jun 2010 10:27:39 -0700 Subject: Removed an extraneous line of code from Decorate.py. Bug #590155. --- Mailman/Handlers/Decorate.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Mailman') diff --git a/Mailman/Handlers/Decorate.py b/Mailman/Handlers/Decorate.py index 4a6fb8aa..69e86d5b 100644 --- a/Mailman/Handlers/Decorate.py +++ b/Mailman/Handlers/Decorate.py @@ -239,6 +239,5 @@ def decorate(mlist, template, what, extradict=None): re.sub(r'\r\n', r'\n', template % d)) except (ValueError, TypeError), e: syslog('error', 'Exception while calculating %s:\n%s', what, e) - what = what.upper() text = template return text -- cgit v1.2.3