summaryrefslogtreecommitdiff
path: root/alot/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/errors.py')
-rw-r--r--alot/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/errors.py b/alot/errors.py
index c312e674..b9763192 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -19,6 +19,7 @@ class GPGCode(object):
class GPGProblem(Exception):
"""GPG Error"""
+
def __init__(self, message, code):
self.code = code
super(GPGProblem, self).__init__(message)