From 23f6db1522c08ef6a9dc1cd309d01bdec54f31ee Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 9 Feb 2015 01:40:21 +0100 Subject: Reverting the last two commits --- bin/reproducible_common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_common.py') 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]) -- cgit v1.2.3-54-g00ecf