aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-10 17:36:59 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:15 +0200
commitf083bf1ef748c83f859592650e9b9b4b1125d65c (patch)
tree991aad4a0231e10958ea55c1c97c20574f75f406
parent99f8c83840c32acbcacaa67d89c4180884bbd6d7 (diff)
errors: flake8 clean
-rw-r--r--gbp/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/errors.py b/gbp/errors.py
index 12627d87..d1f6e8d8 100644
--- a/gbp/errors.py
+++ b/gbp/errors.py
@@ -16,6 +16,7 @@
# <http://www.gnu.org/licenses/>
"""Errors raised in gbp commands"""
+
class GbpError(Exception):
"""Generic exception raised in git-buildpackage commands"""
pass