diff options
| author | bwarsaw | 2001-08-29 05:32:47 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-29 05:32:47 +0000 |
| commit | 52114887d09f905641f8bc43db846179c262884b (patch) | |
| tree | 6a586b2d6336173c604589d8f83d74b3c06a7c39 /Mailman/Queue/Runner.py | |
| parent | 8e74e2675eafa1be9f62bd4ba3f5a7ee37bd7a0b (diff) | |
| download | mailman-52114887d09f905641f8bc43db846179c262884b.tar.gz mailman-52114887d09f905641f8bc43db846179c262884b.tar.zst mailman-52114887d09f905641f8bc43db846179c262884b.zip | |
Diffstat (limited to 'Mailman/Queue/Runner.py')
| -rw-r--r-- | Mailman/Queue/Runner.py | 4 |
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: |
