On Thu, Feb 21, 2008 at 6:32 PM, Dan Price <[EMAIL PROTECTED]> wrote:
> On Thu 21 Feb 2008 at 04:05PM, [EMAIL PROTECTED] wrote:
>
>  > diff -r b3b7592412ec src/modules/catalog.py
>  > --- a/src/modules/catalog.py  Tue Feb 19 11:28:03 2008 -0800
>  > +++ b/src/modules/catalog.py  Thu Feb 21 16:00:34 2008 -0800
>  > @@ -339,7 +339,7 @@ class Catalog(object):
>  >
>  >                  new = False
>  >                  if fmri_list:
>  > -                        if not self.searchdb:
>  > +                        if self.searchdb is None:
>  >                                  self.searchdb = \
>  >                                      dbm.open(self.searchdb_file, "c")
>  >
>
>
>    ##    #    #  ######   ####    ####   #    #  ######
>   #  #   #    #  #       #       #    #  ##  ##  #
>   #    #  #    #  #####    ####   #    #  # ## #  #####
>   ######  # ## #  #            #  #    #  #    #  #
>   #    #  ##  ##  #       #    #  #    #  #    #  #
>   #    #  #    #  ######   ####    ####   #    #  ######
>
>
>  But, PLEASE, also file a bug against python.  MY GOD that is broken.
>
>         -dp    [returns to sprinkling "is none" everywhere]

I'm now dying laughing, and its all your fault! No, you don't get the
insurance money either :)

-- 
Shawn Walker, Software and Systems Analyst
http://binarycrusader.blogspot.com/

"To err is human -- and to blame it on a computer is even more so." -
Robert Orben
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to