Catching Keyboard interrupt is counter productive here as the previous signal handler might be SIGINT which works by raising KeyboardInterrupt. This has caused ctrl+c to remove the lock file but not stop the process. |
||
---|---|---|
.. | ||
__init__.py |
Catching Keyboard interrupt is counter productive here as the previous signal handler might be SIGINT which works by raising KeyboardInterrupt. This has caused ctrl+c to remove the lock file but not stop the process. |
||
---|---|---|
.. | ||
__init__.py |