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: Avoid error when printing warning in pythonw #486

Merged
merged 1 commit into from
Apr 6, 2022

Commits on Feb 20, 2019

  1. Fix: Avoid error when printing warning in pythonw

    The default value of sys.stderr will be None in this case, so care
    should be taken to avoid causing an AttributeError when trying to show
    an otherwise nonfatal warning.
    colatkinson committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    353a1aa View commit details
    Browse the repository at this point in the history