Kaydet (Commit) b4e4165b authored tarafından Anthony Baxter's avatar Anthony Baxter

minor error in uudecode main error handling

üst 5fe60e7a
......@@ -151,7 +151,7 @@ def test():
(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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment