summaryrefslogtreecommitdiff
path: root/src/mailman/archiving/prototype.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-03-02 15:59:30 -0500
committerBarry Warsaw2014-03-02 15:59:30 -0500
commit59c7ae5b05ffd9d1663b5c8102afe56eb7458e37 (patch)
treee0d1212672bfe2d256bcfb76a174e5577f51ec67 /src/mailman/archiving/prototype.py
parent11d3120dd10a5ef0d026f9495bbacdd89f0ce7bf (diff)
downloadmailman-59c7ae5b05ffd9d1663b5c8102afe56eb7458e37.tar.gz
mailman-59c7ae5b05ffd9d1663b5c8102afe56eb7458e37.tar.zst
mailman-59c7ae5b05ffd9d1663b5c8102afe56eb7458e37.zip
Diffstat (limited to 'src/mailman/archiving/prototype.py')
-rw-r--r--src/mailman/archiving/prototype.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/archiving/prototype.py b/src/mailman/archiving/prototype.py
index be6603356..153c44b69 100644
--- a/src/mailman/archiving/prototype.py
+++ b/src/mailman/archiving/prototype.py
@@ -91,7 +91,6 @@ class Prototype:
mailbox = Maildir(list_dir, create=True, factory=None)
lock_file = os.path.join(
config.LOCK_DIR, '{0}-maildir.lock'.format(mlist.fqdn_listname))
-
# Lock the maildir as Maildir.add() is not threadsafe. Don't use the
# context manager because it's not an error if we can't acquire the
# archiver lock. We'll just log the problem and continue.