[web2py] Re: Under Scheduler request.is_scheduler is None rather than True - Why?

2016-10-09 Thread Brian M
Thanks Anthony! request.is_scheduler == True now works under Windows for me too. On Monday, October 3, 2016 at 11:01:03 AM UTC-5, Anthony wrote: > > We partially fixed the problem last year, but I guess no one tested it. I > have proposed a very simple fix in the newly created issue (seems to

[web2py] Re: Under Scheduler request.is_scheduler is None rather than True - Why?

2016-10-03 Thread Anthony
We partially fixed the problem last year, but I guess no one tested it. I have proposed a very simple fix in the newly created issue. Anthony On Monday, October 3, 2016 at 5:46:26 AM UTC-4, Niphlod wrote: > > can you please file a bug on https://github.com/web2py/web2py/issues ? > I'd like to

[web2py] Re: Under Scheduler request.is_scheduler is None rather than True - Why?

2016-10-03 Thread Brian M
https://github.com/web2py/web2py/issues/1484 On Monday, October 3, 2016 at 4:46:26 AM UTC-5, Niphlod wrote: > > can you please file a bug on https://github.com/web2py/web2py/issues ? > I'd like to keep track of it and fix ASAP > > On Monday, October 3, 2016 at 5:45:21 AM UTC+2, Brian M wrote: >>

[web2py] Re: Under Scheduler request.is_scheduler is None rather than True - Why?

2016-10-03 Thread Niphlod
can you please file a bug on https://github.com/web2py/web2py/issues ? I'd like to keep track of it and fix ASAP On Monday, October 3, 2016 at 5:45:21 AM UTC+2, Brian M wrote: > > Is there a reason why when something is run under the scheduler > request.is_scheduler = None rather than True?