commit | b4e4165b96a66a69825ef80b2af7b24cf50f3035 | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Fri Apr 07 05:39:17 2006 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Fri Apr 07 05:39:17 2006 +0000 |
tree | 6e39b082d5094173f9f7e13ac34355bc2078e404 | |
parent | 5fe60e7a4c2bd25f2edeafcb00f294715255eb29 [diff] |
minor error in uudecode main error handling
diff --git a/Lib/uu.py b/Lib/uu.py index 62448aa..3ccedb0 100755 --- a/Lib/uu.py +++ b/Lib/uu.py
@@ -151,7 +151,7 @@ (options, args) = parser.parse_args() if len(args) > 2: - p.error('incorrect number of arguments') + parser.error('incorrect number of arguments') sys.exit(1) input = sys.stdin