-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on first run - TypeError: generate_shorthand_example() takes exactly 4 arguments (3 given) #118
Comments
sudo aws-shell |
Just upgraded to latest version and now I'm getting the following: $ aws-shell |
@jamesls this seems to be caused by aws/aws-cli@4c2c2a7 with
|
Ah ok, let me follow up and get that fixed. Thanks for looking into this. |
Fixed via #119 |
This also fixes awslabs/aws-shell#118
$ aws-shell
First run, creating autocomplete index...
Traceback (most recent call last):
File "/usr/local/bin/aws-shell", line 11, in
sys.exit(main())
File "/Library/Python/2.7/site-packages/awsshell/init.py", line 47, in main
write_index(index_file)
File "/Library/Python/2.7/site-packages/awsshell/makeindex.py", line 63, in write_index
index_command(current, help_command)
File "/Library/Python/2.7/site-packages/awsshell/makeindex.py", line 55, in index_command
index_command(child, sub_help_command)
File "/Library/Python/2.7/site-packages/awsshell/makeindex.py", line 55, in index_command
index_command(child, sub_help_command)
File "/Library/Python/2.7/site-packages/awsshell/makeindex.py", line 43, in index_command
arg, arg_obj.argument_model)
TypeError: generate_shorthand_example() takes exactly 4 arguments (3 given)
The text was updated successfully, but these errors were encountered: