Hello,

https://github.com/web2py/web2py/blob/master/gluon/tools.py#L848

        request = request or current.request
        self.request_vars = request and request.vars or current.request.vars

As request would contains current.request why are trying the following 
assignation...

I think it the origin of the failing of :

https://ci.appveyor.com/project/web2py/web2py/build/1.0.462

I am not sure why as if I understand correctly current.request should 
contains the exact same thing as request... At least it is the assomption 
of the following line and "and-or" tricks...

NOTE: Test is passing locally...

Richard

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to