summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-09 01:40:21 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-09 02:01:21 +0100
commit23f6db1522c08ef6a9dc1cd309d01bdec54f31ee (patch)
tree1137006b8fe03fd3d514c047fbca3dc8418584d8 /bin/reproducible_common.py
parent9e0a2704b51b4b15995201e586cff4f0f99c7433 (diff)
downloadjenkins.debian.net-23f6db1522c08ef6a9dc1cd309d01bdec54f31ee.tar.xz
Reverting the last two commits
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 79db4f35..6fe0a549 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -343,8 +343,7 @@ def get_bugs():
# init the databases connections
conn_db = start_db_connection() # the local sqlite3 reproducible db
-try:
- conn_udd = start_udd_connection()
+conn_udd = start_udd_connection()
# do the db querying
amount = int(query_db('SELECT count(name) FROM sources')[0][0])