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

Replace interactive exit by sys.exit #498

Merged

Conversation

ChristofKaufmann
Copy link
Contributor

The helper function for interactive shells exit should not be used in programs. Instead sys.exit is the way to go. This PR fixes #490.

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit 4f8dc46 into Farama-Foundation:master Dec 4, 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.

Use sys.exit instead of exit
2 participants