Skip to content

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

Open
mapostolidou wants to merge 1 commit intoopenai:masterfrom
makinas-ai:master
Open

fix: raspi installation error (openai/retro#242)#251
mapostolidou wants to merge 1 commit intoopenai:masterfrom
makinas-ai:master

Conversation

@mapostolidou
Copy link
Copy Markdown

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
Copy Markdown
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.

2 participants