diff options
| author | Abhilash Raj | 2015-08-13 12:34:09 +0530 |
|---|---|---|
| committer | Barry Warsaw | 2015-08-30 10:35:26 -0400 |
| commit | b1a929ede0ef9f47636b01c20e990ae651d8b2c5 (patch) | |
| tree | 122538093d35d4ef329f9d260d973b751556fd95 /src | |
| parent | 880c3ab8acb688f3b361e3f9bdc9896ad1db9f72 (diff) | |
| download | mailman-b1a929ede0ef9f47636b01c20e990ae651d8b2c5.tar.gz mailman-b1a929ede0ef9f47636b01c20e990ae651d8b2c5.tar.zst mailman-b1a929ede0ef9f47636b01c20e990ae651d8b2c5.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/handlers/decorate.py | 2 |
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: |
