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

CTRL+C #6

Open
mcanonic opened this issue Jul 13, 2017 · 1 comment
Open

CTRL+C #6

mcanonic opened this issue Jul 13, 2017 · 1 comment

Comments

@mcanonic
Copy link

I would suggest to manage the CTRL+C signal inside your code since it is one of the two ways to exit. When I use ctrl+c I got this:
Please enter your input message:
^CTraceback (most recent call last):
File "wctool.py", line 238, in
converse(parms.workspaceID)
File "wctool.py", line 165, in converse
minput = raw_input("\nPlease enter your input message:\n")
KeyboardInterrupt

which is an error message that should not appear when you use one of the method suggested to exit from the application.
Best,
M

@data-henrik
Copy link
Owner

Yes, nice to have to improve it but lower priority.

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

No branches or pull requests

2 participants