We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a file in visual studio with the correct prompt format when I try to run it I get this error please help
cataclysm % python generate_code.py import json
_exec_return_values = None
return json.dumps(formatted_info) #~~
The text was updated successfully, but these errors were encountered:
I don't understand the error message you're getting there, nor do I understand what you mean by 'correct prompt format'?
Maybe you can provide me more context? A screenshot?
Are you using it similar to how it was described in the ReadMe or intro video? https://github.com/Mattie/cataclysm/blob/master/README.md https://www.youtube.com/watch?v=ZK8fUuQDgZ4
Sorry, something went wrong.
@dontworryaboutI Did you figure this out?
Mattie
No branches or pull requests
I have a file in visual studio with the correct prompt format when I try to run it I get this error please help
cataclysm % python generate_code.py
import json
_exec_return_values = None
TODO: Figure out what PUZZLEME should be from the formatted_info
return json.dumps(formatted_info)
#~~
The text was updated successfully, but these errors were encountered: