[Blends-commit] r1850 - blends/trunk/webtools

Debian Pure Blends Subversion Commit noreply at alioth.debian.org
Tue Aug 25 09:42:39 UTC 2009


Author: tille
Date: Tue Aug 25 09:42:39 2009
New Revision: 1850
URL: http://svn.debian.org/viewsvn/blends?rev=1850&view=rev

Log:
Hopefully tasks.py will not crash any more in case of missing popcon data


Modified:
   blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=1850&view=diff&r1=1850&r2=1849&p1=blends/trunk/webtools/blendstasktools.py&p2=blends/trunk/webtools/blendstasktools.py
==============================================================================
--- blends/trunk/webtools/blendstasktools.py	(original)
+++ blends/trunk/webtools/blendstasktools.py	Tue Aug 25 09:42:39 2009
@@ -520,7 +520,7 @@
         self.version        = []   # list of {'release', 'version', 'archs'} dictionary containing version and architecture information
         self.outdated       = {}   # If not empty directory then release='upstream' and package is outdated
         self.popcon         = {}   # dictionary containing vote and recnt values of popcon information
-        self.popconsubmit   = None # number of popcon submissions
+        self.popconsubmit   = 0    # number of popcon submissions - in case popcon import into UDD might be broken this remains 0
         self.debtags        = []   # list of {'tag', 'value'} dictionary containing debtag information
         self.screenshots    = []   # list of {'version', 'url'} dictionary containing screenshot information
         self.icon           = None # URL of small screenshot icon



More information about the Blends-commit mailing list