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

bootloader: return 1 if frozen python script exits due to exception #5481

Merged
merged 1 commit into from Jan 27, 2021

Commits on Jan 17, 2021

  1. bootloader: return 1 if frozen python script exits due to exception

    Keep the bootloader's return code consistent with that of python
    interpreter, which returns 1 if it exits due to exception in the
    python script.
    
    Fixes pyinstaller#5480.
    rokm committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    6410b33 View commit details
    Browse the repository at this point in the history