-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Description
💡 Summary
Move all sys.exit() type calls to main().
Motivation and context
Decisions to exit early should take place at the highest possible level. See also this discussion in #44.
Acceptance criteria
- All
sys.exit()type calls are moved tomain(). - The Docker image continues to function as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Type
Projects
Status
To do