Skip to content
New issue

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

^C doesn't kill libconvert.py #25

Open
StoneyJackson opened this issue May 31, 2014 · 0 comments
Open

^C doesn't kill libconvert.py #25

StoneyJackson opened this issue May 31, 2014 · 0 comments
Labels

Comments

@StoneyJackson
Copy link
Collaborator

When you run libconvert.py, and try to stop it using ^C, it keeps running. It should stop. This is really bad when processing many submissions.

I think the problem is that each time you press ^C you are killing the current shell process, which returns control to python, and then python goes on to the next command.

Command or Assignment needs to check the exit value of the shell processes to see if an error has occurred. If an error has occurred it should probably raise an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant