Update linux_me2me_host.py to exit when Ctrl-C is pressed.
Previously when Ctrl-C is pressed the script would print a message that says it was interrupted, but wouldn't actually quit. Added explicit exit(1) call in sigint_handler() to ensure it quits as expected. Review-Url: https://codereview.chromium.org/2537673002 Cr-Commit-Position: refs/heads/master@{#435063}
Showing
Please register or sign in to comment