aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/extract_lambda.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract_lambda.py b/src/extract_lambda.py
index 9a0e509..30c7005 100644
--- a/src/extract_lambda.py
+++ b/src/extract_lambda.py
@@ -11,7 +11,7 @@ import re
logger = logging.getLogger()
logger.setLevel(logging.INFO)
-
+## DB Exception class
class DBConnectionException(Exception):
"""Wraps pg8000.native Error or DatabaseError."""
git.ajschof.me — hosted by ajschofield — powered by cgit