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

fix: raspi installation error (openai/retro#242) #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mapostolidou
Copy link

The template is declared just under the if statement so if the code reaches the elif at line 490 it is out of scope.

I solved it by inserting a line after the elif (line 490) and with template so that the template is declared even when the code runs from the elif.

It should work fine if you also move the template from line 480 and place it before the if block but I didn't test that.

Copy link
Contributor

@endrift endrift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, though I don't have merge access anymore.

squishyhuman pushed a commit to RetroAI/retro3 that referenced this pull request Mar 2, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants