[Popcon-commits] cvs commit to popularity-contest by ballombe

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Fri, 18 Jun 2004 17:08:04 -0600


Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv14456

Modified Files:
	popanal.py 
Log Message:
Fix previous patch


Index: popanal.py
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popanal.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- popanal.py	18 Jun 2004 22:32:58 -0000	1.10
+++ popanal.py	18 Jun 2004 23:08:02 -0000	1.11
@@ -200,8 +200,8 @@
 	    e = Submission(0, header['ID'], header['TIME'])
 
             if header.has_key('POPCONVER'):
-		if header['ARCH']=='':
-	            e.release = 'bogus'
+		if header['POPCONVER']=='':
+	            e.release = 'unknown'
                 else:
 	            e.release = header['POPCONVER']