From 2e734ebaa472046e7158316025b52b0ac4558eca Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 8 Feb 2015 11:08:38 +0100 Subject: reproducible: initialize udd db connection only when also querying udd --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 6fe0a549..a1ff02aa 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -227,6 +227,7 @@ def start_udd_connection(): return conn def query_udd(query): + conn_udd = start_udd_connection() cursor = conn_udd.cursor() cursor.execute(query) return cursor.fetchall() @@ -343,7 +344,6 @@ def get_bugs(): # init the databases connections conn_db = start_db_connection() # the local sqlite3 reproducible db -conn_udd = start_udd_connection() # do the db querying amount = int(query_db('SELECT count(name) FROM sources')[0][0]) -- cgit v1.2.3-70-g09d2