openai / retro-contest

OpenAI Retro Contest
https://contest.openai.com/
MIT License
65 stars 50 forks source link

retro-contest does not exit with an appropriate status #9

Closed ConradBailey closed 6 years ago

ConradBailey commented 6 years ago

I've been scripting my job submission process, and in that script I test the exit status of commands like retro-contest submit and retro-contest login. I know in particular that these two commands don't exit with non-zero statuses when errors have occurred, and I believe this issue extends to other commands as well. I know it is only convention, but it is a fairly common convention.

endrift commented 6 years ago

Good call. I'll add this soon.