summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbhilash Raj2015-08-13 12:34:09 +0530
committerBarry Warsaw2015-08-30 10:35:26 -0400
commitb1a929ede0ef9f47636b01c20e990ae651d8b2c5 (patch)
tree122538093d35d4ef329f9d260d973b751556fd95 /src
parent880c3ab8acb688f3b361e3f9bdc9896ad1db9f72 (diff)
downloadmailman-b1a929ede0ef9f47636b01c20e990ae651d8b2c5.tar.gz
mailman-b1a929ede0ef9f47636b01c20e990ae651d8b2c5.tar.zst
mailman-b1a929ede0ef9f47636b01c20e990ae651d8b2c5.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/handlers/decorate.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/handlers/decorate.py b/src/mailman/handlers/decorate.py
index 44f610f0e..34430b80f 100644
--- a/src/mailman/handlers/decorate.py
+++ b/src/mailman/handlers/decorate.py
@@ -68,8 +68,6 @@ def process(mlist, msg, msgdata):
archive_urls = [(archiver,url) for archiver, url in archive_urls if url is not None]
if len(archive_urls):
d['archive_url'] = dict(archive_urls)
- else:
- d['archive_url'] = None
# These strings are descriptive for the log file and shouldn't be i18n'd
d.update(msgdata.get('decoration-data', {}))
try: