summaryrefslogtreecommitdiff
path: root/src/mailman/bin/senddigests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/senddigests.py')
-rw-r--r--src/mailman/bin/senddigests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/senddigests.py b/src/mailman/bin/senddigests.py
index 6ac8af0b7..3fbec6675 100644
--- a/src/mailman/bin/senddigests.py
+++ b/src/mailman/bin/senddigests.py
@@ -68,7 +68,7 @@ def main():
# We are unable to predict what exception may occur in digest
# processing and we don't want to lose the other digests, so
# we catch everything.
- except Exception, errmsg:
+ except Exception as errmsg:
print >> sys.stderr, \
'List: %s: problem processing %s:\n%s' % \
(listname,