We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Look https://asciinema.org/a/3x8x364ufuanlhghc6p6fby0k It'd be nice to catch the exceptions that arise and are caught by webbrowser. Not sure how to do this.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue!
@coala-analyzer/coala-contributors, your aid is required, fellow coalaian. Help us triage and solving this issue!
Sorry, something went wrong.
Basically the port remains suspended? I have used something like this in a previous project, maybe it helps. Though it is not platform independent :(
import signal, sys def signal_handler(signum, frame): print ("Exiting...") sys.exit(0) # main somewhere here signal.signal(signal.SIGINT, signal_handler)
No branches or pull requests
Look https://asciinema.org/a/3x8x364ufuanlhghc6p6fby0k
It'd be nice to catch the exceptions that arise and are caught by webbrowser. Not sure how to do this.
The text was updated successfully, but these errors were encountered: