diff options
Diffstat (limited to 'bin/arch')
| -rw-r--r-- | bin/arch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
