Details
Description
When running supervisor in the foreground, you can't easily ^C it. The problem is that on python 2.6, KeyboardInterrupt doesn't fall under Exception. So the outside try... except doens't handle this correctly.
When running supervisor in the foreground, you can't easily ^C it. The problem is that on python 2.6, KeyboardInterrupt doesn't fall under Exception. So the outside try... except doens't handle this correctly.