[Collab-qa-commits] r1587 - udd/udd

Andreas Tille tille at alioth.debian.org
Thu Sep 24 06:17:48 UTC 2009


Author: tille
Date: 2009-09-24 06:17:47 +0000 (Thu, 24 Sep 2009)
New Revision: 1587

Modified:
   udd/udd/ftpnew_gatherer.py
Log:
Make sure wnpp_title becomes any value


Modified: udd/udd/ftpnew_gatherer.py
===================================================================
--- udd/udd/ftpnew_gatherer.py	2009-09-23 20:59:41 UTC (rev 1586)
+++ udd/udd/ftpnew_gatherer.py	2009-09-24 06:17:47 UTC (rev 1587)
@@ -317,6 +317,7 @@
                 ival = int(val)
                 query = "SELECT title from bugs where id = %i and package = 'wnpp' and source = 'wnpp'" % (ival)
                 cur.execute(query)
+                wnpp_title = ''
                 try:
                   wnpp_title = cur.fetchone()[0]
                 except TypeError, err:




More information about the Collab-qa-commits mailing list