On Thu, 2011-06-02 at 12:56 -0400, James Antill wrote:
> ---
>  yum/transactioninfo.py |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/yum/transactioninfo.py b/yum/transactioninfo.py
> index b0c7ddd..4d89d83 100644
> --- a/yum/transactioninfo.py
> +++ b/yum/transactioninfo.py
> @@ -104,6 +104,7 @@ class TransactionData:
>          self.depupdated = []
>          self.reinstalled = []
>          self.downgraded = []
> +        self.failed = []
>          
>      def __len__(self):
>          return len(self.pkgdict)

ACK
-sv


_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to