[Blends-commit] [SCM] website branch, master, updated. 9869acb29ab22b0efc14e3af345569374d5932df
Ole Streicher
olebole at debian.org
Wed Mar 9 07:45:52 UTC 2016
The following commit has been merged in the master branch:
commit 9869acb29ab22b0efc14e3af345569374d5932df
Author: Ole Streicher <olebole at debian.org>
Date: Wed Mar 9 08:45:43 2016 +0100
Typofix
diff --git a/webtools/bugs.py b/webtools/bugs.py
index 6dcc0ad..4a9b337 100755
--- a/webtools/bugs.py
+++ b/webtools/bugs.py
@@ -38,7 +38,7 @@ try:
except psycopg2.OperationalError as err:
try:
conn = psycopg2.connect("service=udd")
- except psycopg2.OperationalError ass err:
+ except psycopg2.OperationalError as err:
# logger not known at this state: logger.warning
stderr.write("Service=udd seems not to be installed on this host.\tMessage: %s" % (str(err)))
try:
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list