> > def do_print_(self, action): > active_ids = Transaction().context['active_ids'] > action['pyson_context'] = PYSONEncoder().encode({ > 'active_ids': active_ids, > }) > return action, {} >
I think you should try : return action, {'ids': active_ids} Jean Cavallo *Coopengo*