Always exit from main() function
Closed this issue · 0 comments
gevhaz commented
There are cases in the codebase where sys.exit() is used. Make sure that we instead send a return code for the main() function to exit with.
Closed this issue · 0 comments
There are cases in the codebase where sys.exit() is used. Make sure that we instead send a return code for the main() function to exit with.