hi. found another bug(hunting day ;).
the comparison goes boom because resp is a protobuf-object which implements __eq__ and that implementation can't handle eq's agains None.
also "is None" is the preferred pythonic way </blabla> 1938c1938 < if resp is not None: --- > if resp != None: cheers, alexander _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
