Closed snim2 closed 8 years ago
Although entry_point returns an integer that represents a return code, that return code never reached the OS. This PR fixes that by passing the result of exit_code to sys.exit().
entry_point
exit_code
sys.exit()
Tested on futurecore/revelation.
Hmm good idea!
Although
entry_point
returns an integer that represents a return code, that return code never reached the OS. This PR fixes that by passing the result ofexit_code
tosys.exit()
.Tested on futurecore/revelation.