mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
minor error in uudecode main error handling
This commit is contained in:
parent
5fe60e7a4c
commit
b4e4165b96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue