summaryrefslogtreecommitdiff
path: root/src/mailman/runners/digest.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-10-31 18:32:57 -0400
committerBarry Warsaw2016-10-31 18:32:57 -0400
commit366dc6517716b7c77c4b7a76559b1b6b5996fc8e (patch)
tree1095163853eb167320290f64d5b7d0cad19aabf2 /src/mailman/runners/digest.py
parentadded3672526d4770c6b9da8883effc46a0a41da (diff)
downloadmailman-366dc6517716b7c77c4b7a76559b1b6b5996fc8e.tar.gz
mailman-366dc6517716b7c77c4b7a76559b1b6b5996fc8e.tar.zst
mailman-366dc6517716b7c77c4b7a76559b1b6b5996fc8e.zip
Diffstat (limited to 'src/mailman/runners/digest.py')
-rw-r--r--src/mailman/runners/digest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/digest.py b/src/mailman/runners/digest.py
index 9b8335024..4971965fa 100644
--- a/src/mailman/runners/digest.py
+++ b/src/mailman/runners/digest.py
@@ -370,5 +370,5 @@ class DigestRunner(Runner):
recipients=rfc1153_recipients,
listid=mlist.list_id,
isdigest=True)
- # Remove the digest mbox (GL#259)
+ # Remove the digest mbox. (GL #259)
os.remove(msgdata['digest_path'])