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

Don't print tracebacks if completer is interrupted #633

Merged
merged 1 commit into from
Feb 6, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Feb 5, 2014

Fixes #628.

Note that this is a fix to a bin/ script, so there's not really a good hook to test this, though I did manually test this. It also doesn't seem to make sense to catch keyboard interrupts in the complete() method. If anyone wants some type of test for this, I'm open to suggestions.

@jamesls jamesls merged commit 83548aa into aws:develop Feb 6, 2014
@jamesls jamesls deleted the sigint-completer branch June 23, 2014 18:29
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
- On supplying path for docker, change path to unix style.
- This allows sam-cli to work with docker toolbox on windows.
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.

The CLI completer can throw tracebacks on SIGINT (Ctrl+C)
1 participant