summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Queue/Runner.py')
-rw-r--r--Mailman/Queue/Runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index ded2a557c..8dfd20d04 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -160,7 +160,7 @@ class Runner:
# Mapping of listnames to MailList instances
_listcache = {}
- def _open_list(self, listname, lockp=1):
+ def _open_list(self, listname):
# Cache the opening of the list object given its name. The probably
# is only a moderate win because when a list is locked, all its
# attributes are re-read from the config.db file. This may help more