summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-08-21 18:21:44 +0000
committerbwarsaw1999-08-21 18:21:44 +0000
commit80ce013e77cca129b602493fd1743be930df29b3 (patch)
tree59061fca5f61eb85cef4b99b1df52c70f54f4659
parentf475fd82a53ee2769fb1f06852864f3bf5008d20 (diff)
downloadmailman-80ce013e77cca129b602493fd1743be930df29b3.tar.gz
mailman-80ce013e77cca129b602493fd1743be930df29b3.tar.zst
mailman-80ce013e77cca129b602493fd1743be930df29b3.zip
small cut and paste typo
-rw-r--r--bin/arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arch b/bin/arch
index 35e614e1e..f8bc14e02 100644
--- a/bin/arch
+++ b/bin/arch
@@ -96,7 +96,7 @@ def main():
try:
fp = open(mbox)
except IOError, msg:
- usage(3, 'cannot open mbox file %s: %s' % (mbox, rest))
+ usage(3, 'cannot open mbox file %s: %s' % (mbox, msg))
archiver = HyperArchive(mlist)
archiver.VERBOSE = 1