[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#542773: python-apt: The (inst|keep|broken|del)_count attributes of apt.Cache are broken



On Wed, Aug 19, 2009 at 07:43:20PM +0200, Sebastian Heinlein wrote:
> === modified file 'apt/cache.py'
> --- apt/cache.py	2009-07-30 13:00:44 +0000
> +++ apt/cache.py	2009-08-20 23:13:29 +0000
> @@ -345,22 +345,22 @@
>      @property
>      def broken_count(self):
>          """Return the number of packages with broken dependencies."""
> -        return self._depcache.broken_count
> +        return self._depcache.BrokenCount
Yeah, those things happen if one works on two versions with almost completely
different APIs. Will be fixed today.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Attachment: pgprN31R1XaUl.pgp
Description: PGP signature


Reply to: