[Debtags-commits] [svn] r1874 - python

Enrico Zini enrico at costa.debian.org
Mon Aug 28 22:57:18 UTC 2006


Author: enrico
Date: Mon Aug 28 22:57:18 2006
New Revision: 1874

Modified:
   python/   (props changed)
   python/Debtags.py
Log:
 r3224 at viaza:  enrico | 2006-08-28 23:50:39 +0100
 Fixed computation of discriminant tags


Modified: python/Debtags.py
==============================================================================
--- python/Debtags.py	(original)
+++ python/Debtags.py	Mon Aug 28 22:57:18 2006
@@ -204,7 +204,7 @@
 		tag.
 		"""
 		n = self.card(tag)
-		tot = self.tagCount()
+		tot = self.packageCount()
 		return min(n, tot - n)
 
 	def iterPackages(self):



More information about the Debtags-commits mailing list