On Thu, Apr 21, 2011 at 10:28 PM, James Antill <[email protected]> wrote:
> --- > output.py | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/output.py b/output.py > index 07c1d56..71e4e24 100755 > --- a/output.py > +++ b/output.py > @@ -1391,6 +1391,9 @@ to exit. > if etid > old.tid: > return None > > + if btid is None or etid is None: > + return None > + > # Have a range ... do a "merged" transaction. > if btid > etid: > btid, etid = etid, btid > -- > 1.7.3.4 > > _______________________________________________ > Yum-devel mailing list > [email protected] > http://lists.baseurl.org/mailman/listinfo/yum-devel ACK
_______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
