mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Stylize _signal_handler docstring.
This commit is contained in:
parent
815887d4e4
commit
5e4f250110
1 changed files with 3 additions and 1 deletions
|
|
@ -115,7 +115,9 @@ class ErrorHandler(object):
|
|||
self.prev_handlers.clear()
|
||||
|
||||
def _signal_handler(self, signum, unused_frame):
|
||||
"""Stores the recieved signal. If we are executing the code block in
|
||||
"""Replacement function for handling recieved signals.
|
||||
|
||||
Store the recieved signal. If we are executing the code block in
|
||||
the body of the context manager, stop by raising signal exit.
|
||||
|
||||
:param int signum: number of current signal
|
||||
|
|
|
|||
Loading…
Reference in a new issue