On 2/1/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: 240, in _execute_func > raise error > TypeError: save() got an unexpected keyword argument 'tg_errors' > > I dunno why "tg_errors" is being passed to it...
Ick. You shouldn't get tg_errors passed in if it's not part of the signature. Odd that the test cases pass... Kevin

