summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-07-14 14:32:54 +0200
committerLucas Hoffmann <l-m-h@web.de>2016-12-09 11:26:19 +0100
commit03fcbc3382782e8d6824bfd55b063f13f64ff08f (patch)
tree49bd8ffe51d8fdb9529c0611ae9b46b1ee3482fb /alot/ui.py
parent84c79143dcf0a56112d8703f24052ca1f5f2832c (diff)
Further minor style fixes
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index 170f7b9a..105560d6 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -641,6 +641,7 @@ class UI(object):
d.addCallback(call_apply)
d.addCallback(call_posthook)
return d
+
def handle_signal(self, signum, frame):
"""
handles UNIX signals
@@ -649,7 +650,8 @@ class UI(object):
handle more
:param signum: The signal number (see man 7 signal)
- :param frame: The execution frame (https://docs.python.org/2/reference/datamodel.html#frame-objects)
+ :param frame: The execution frame
+ (https://docs.python.org/2/reference/datamodel.html#frame-objects)
"""
# it is a SIGINT ?
if signum == signal.SIGINT: