exception raised in pylons.decorators.rest.dispatch_on
------ debug output -----
<< alt_method = getattr(self, alt_method)
log.debug("Dispatching to %s instead", alt_method)
return self._inspect_call(alt_method, **kwargs)
return func(self, *args, **kwargs)
return decorator(dispatcher)>> return
self._inspect_call(alt_method, **kwargs)
TypeError: _inspect_call() got an unexpected keyword argument 'id'
-------
_inspect_call signatured as '_inspect_call(func)', but dispatch_on
called it with 'self._inspect_call(alt_method, **kwargs)'
--
Best regrads,
IQDoctor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---