diff options
| author | bwarsaw | 2002-02-27 00:17:34 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-02-27 00:17:34 +0000 |
| commit | 2cb0e8feccb661dafca4754507580966c4e9932c (patch) | |
| tree | a681562fe459df397a7d4f70ce42397791e02e7c /Mailman | |
| parent | 4a6d153c04fdf14dc9274dfc25776d26c524bce2 (diff) | |
| download | mailman-2cb0e8feccb661dafca4754507580966c4e9932c.tar.gz mailman-2cb0e8feccb661dafca4754507580966c4e9932c.tar.zst mailman-2cb0e8feccb661dafca4754507580966c4e9932c.zip | |
Diffstat (limited to 'Mailman')
| -rw-r--r-- | Mailman/Digester.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index 2226efe99..94b3dfd57 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -65,6 +65,8 @@ class Digester: except OSError, e: if e.errno <> errno.ENOENT: raise # List has no outstanding digests + return 0 + return 1 def bump_digest_volume(self): self.volume += 1 |
