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

[noetic] Explicit to use sys.exit #159

Open
wants to merge 1 commit into
base: noetic-devel
Choose a base branch
from

Conversation

seanyen
Copy link
Contributor

@seanyen seanyen commented Aug 6, 2020

According to this, the exit idiom doesn't always exist in a Python environment. For example, if the embeddable package is in use as the runtime, the site module won't be loaded by default and exit won't be available in this setting.

This patch is to use sys.exit which is built-in in the sys module.

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