Thanks. Just fixed in trunk!

On Oct 27, 10:35 pm, "mr.freeze" <nat...@freezable.com> wrote:
> I get a syntax error when using this. I believe line 2926 of
> Rows.__getitem__ needs to be changed from:
>
> if i >= len(self.response) or i < 0:
>
> ...to...
>
> if i >= len(self.response):
>
> since Rows.last() returns self[-1]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to