Skip to content
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

args not defined error #118

Open
mfpiccolo opened this issue Jul 11, 2023 · 2 comments
Open

args not defined error #118

mfpiccolo opened this issue Jul 11, 2023 · 2 comments

Comments

@mfpiccolo
Copy link

Running python main.py "a HTML/JS/CSS Tic Tac Toe Game" results in this error

(smol-dev-py3.11) michaelpiccolo@Michaels-MacBook-Pro developer % python main.py "a HTML/JS/CSS Tic Tac Toe Game"
2
a HTML/JS/CSS Tic Tac Toe Game
Traceback (most recent call last):
File "/Users/michaelpiccolo/code/developer/main.py", line 48, in
main(prompt=prompt, generate_folder_path=args.generate_folder_path, debug=args.debug)
^^^^

@manoocher
Copy link

Same error here

@DiggerNix
Copy link

DiggerNix commented Jul 13, 2023

PS C:\Users\Jeeves\Desktop\developer> python main.py "a HTML/JS/CSS Tic Tac Toe Game"
a HTML/JS/CSS Tic Tac Toe Game
Traceback (most recent call last):
File "C:\Users\Jeeves\Desktop\developer\main.py", line 47, in
main(prompt=prompt, generate_folder_path=args.generate_folder_path, debug=args.debug, model=args.model)
^^^^
NameError: name 'args' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants