On Mon, Sep 06, 2010 at 07:23:39PM -0400, Chris Ball wrote:
> + bugs = [bug for bug in get_blocked_by(self.bd, targetbug) if
> + bug.status not in ('closed', 'fixed', 'wontfix')]
This should probably be
bugs = [bug for bug in get_blocked_by(self.bd, targetbug) if
not bug.active]
--
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt
pgpfZQdit8Dtj.pgp
Description: PGP signature
_______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
