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

os.EX_OK not available on Windows #17

Closed
KyleKing opened this issue Feb 7, 2020 · 2 comments
Closed

os.EX_OK not available on Windows #17

KyleKing opened this issue Feb 7, 2020 · 2 comments

Comments

@KyleKing
Copy link

KyleKing commented Feb 7, 2020

FYI: os.EX_OK isn't available on Windows and fails when running flake8 --print-dlint-linters

Not sure what the appropriate substitute is, but I'd be happy to test any changes

sys.exit(os.EX_OK)

@mschwager
Copy link
Contributor

Thanks for opening this! I'll take a look and make sure we run this flag in AppVeyor so we catch issues like this in the future.

@SamuelMarks
Copy link

FYI - I added Windows support ~3 years ago - https://bugs.python.org/issue44321

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

No branches or pull requests

3 participants