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 NameError when pyglet cannot create window #278

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

Conversation

deceitfulsteve
Copy link

If we fail to create a pyglet Window we'll try to display an error message, but that will fail due to a NameError. Instead let's let's persist the final error message so that it's available to present to the user.

Unfortunately I do not currently have an easy repro case, but I hope that scoping rules, at least in 3/3.x should be sufficient to demonstrate the need for this change.

Unfortunately I do not currently have an easy repro case, but I hope that scoping rules, at least in 3/3.x should be sufficient to demonstrate the need for this change.
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.

1 participant