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

bpo-19102: Setting appropriate exit code when "tabnanny" is existing with errors. #7699

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

Conversation

ultimatecoder
Copy link
Contributor

@ultimatecoder ultimatecoder commented Jun 15, 2018

  • Description: Setting appropriate exit code when tabnanny is exiting with errors. Occurrences of errprint under chec() are escaped with a reason to continue traversing files under a directory.

https://bugs.python.org/issue19102

@vstinner
Copy link
Member

vstinner commented Jun 15, 2018

You didn't patch all calls to errprint(). Well, another approach is to put the exit() in errprint() directly.

Moreover, test_tabnanny fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants