minor error in uudecode main error handling

This commit is contained in:
Anthony Baxter 2006-04-07 05:39:17 +00:00
parent 5fe60e7a4c
commit b4e4165b96

View file

@ -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