def handle_force(self): # pylint: disable=no-self-use """ User pressed ^C a second time. Send SIGTERM to ourself. """ os.kill(os.getpid(), signal.SIGTERM)