On 3/16/06, gergo <[EMAIL PROTECTED]> wrote:
> AttributeError: 'Any' object has no attribute 'error_message'
>
> And yes, if you check the source code, identity.Any has no
> error_message attribute, but append_error_message method needs one:
>
> class Predicate(object):
> [...]
>     def append_error_message( self, errors=None ):
>         if errors is None:
>             return
>         errors.append( self.error_message % self.__dict__ )
>
> Should I open a ticket for this?

Looks like a bug. Go ahead and open a ticket.

Thanks!
Kevin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to