summaryrefslogtreecommitdiff
path: root/src/mailman/bin/senddigests.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-19 20:29:44 -0500
committerBarry Warsaw2014-11-19 20:29:44 -0500
commit11af7021249c5827c4c2d72a90fb4dd2321395c0 (patch)
tree01ebe7405568728856294b942fc5a91fe9e3e6e2 /src/mailman/bin/senddigests.py
parent0e9df01a559ee7c6bb0d4d307159ef29497e79c9 (diff)
downloadmailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.tar.gz
mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.tar.zst
mailman-11af7021249c5827c4c2d72a90fb4dd2321395c0.zip
Fix a few issues with `python2 -3` compatibility.
Diffstat (limited to '')
-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,