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

this atkill handler does _not_ do what it claims. It claims to hand… #228

Merged
merged 1 commit into from
May 2, 2016

Conversation

deargle
Copy link
Collaborator

@deargle deargle commented Apr 30, 2016

…le keyboard interrupts but that is precisely what the module is designed to not do. what this codeblock does do is kill the server whenever psiturk -s is invoked. That's bad. psiturk -s should shut down its own servers if that is what the user wants to do. other code already handles shutting down the server on invocation of exit or server off. this code simply has to go.

Closes #227

…le keyboard interrupts but that is precisely what the module is designed to not do. what this codeblock _does_ do is kill the server whenever `psiturk -s` is invoked. That's bad. `psiturk -s` should shut down its own servers if that is what the user wants to do. other code already handles shutting down the server on invocation of `exit` or `server off`. this code simply has to go.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 13.748% when pulling cffdae0 on deargle:script-no-kill-server into a3b9a8f on NYUCCL:master.

@gureckis gureckis merged commit 51158ca into NYUCCL:master May 2, 2016
@deargle
Copy link
Collaborator Author

deargle commented May 2, 2016

🎉🎊

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

Successfully merging this pull request may close these issues.

3 participants