We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Move all sys.exit() type calls to main().
sys.exit()
main()
Decisions to exit early should take place at the highest possible level. See also this discussion in #44.
The text was updated successfully, but these errors were encountered:
Merge pull request #47 from cisagov/improvement/autoupdate_pre-commit
3634093
Autoupdates to pre-commit Hooks for 2020-07
Merge pull request #47 from cisagov/improvement/fix_agency_name
6012923
Correct the Agency Name for Docker Images
No branches or pull requests
💡 Summary
Move all
sys.exit()
type calls tomain()
.Motivation and context
Decisions to exit early should take place at the highest possible level. See also this discussion in #44.
Acceptance criteria
sys.exit()
type calls are moved tomain()
.The text was updated successfully, but these errors were encountered: