You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
^^^^
The text was updated successfully, but these errors were encountered:
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
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)
^^^^
The text was updated successfully, but these errors were encountered: