-
Notifications
You must be signed in to change notification settings - Fork 163
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
Unhandled exception in generate_docs() #581
Comments
cloudformation-cli/src/rpdk/core/project.py Lines 446 to 448 in 059b858
If an urgent workaround is needed, you should be able to install a locally modified version without git clone https://github.com/aws-cloudformation/cloudformation-cli/
cd cloudformation-cli
gsed -i 's/project.generate_docs()//' src/rpdk/core/generate.py # removing line
pip3 install -e .
|
I believe this might happen if you have a JSON pointer without the leading slash, i.e.
instead of
in your JSON schema. Might need a copy of the working schema to reproduce. |
Thanks for the reply @iann0036. @katzj-amzn is this still an issue? Feel free to reopen this issue if this problem persists. |
The text was updated successfully, but these errors were encountered: