summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Runner.py
diff options
context:
space:
mode:
authorbwarsaw2001-08-29 05:32:47 +0000
committerbwarsaw2001-08-29 05:32:47 +0000
commit52114887d09f905641f8bc43db846179c262884b (patch)
tree6a586b2d6336173c604589d8f83d74b3c06a7c39 /Mailman/Queue/Runner.py
parent8e74e2675eafa1be9f62bd4ba3f5a7ee37bd7a0b (diff)
downloadmailman-52114887d09f905641f8bc43db846179c262884b.tar.gz
mailman-52114887d09f905641f8bc43db846179c262884b.tar.zst
mailman-52114887d09f905641f8bc43db846179c262884b.zip
Diffstat (limited to 'Mailman/Queue/Runner.py')
-rw-r--r--Mailman/Queue/Runner.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index f179e0d1d..3ed9cc34b 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -56,7 +56,9 @@ class Runner:
# Once through the loop that processes all the files in
# the queue directory.
filecnt = self.__oneloop()
- # Do the periodic work for the subclass.
+ # Do the periodic work for the subclass. BAW: this
+ # shouldn't be called here. There should be one more
+ # _doperiodic() call at the end of the __oneloop() loop.
self._doperiodic()
# If the stop flag is set, we're done.
if self._stop: