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

Handle SystemExit raised in the task. #36986

Merged
merged 2 commits into from
Jan 26, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    3c8ad51 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Add handling of system exit in tasks:

    * Exiting with a zero or None code signifies success, and the task does not return any value.
    * Exiting with other codes signifies an error.
    avkirilishin committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    96c2c2a View commit details
    Browse the repository at this point in the history