Re: [web2py] Re: compiling apps and reporting errors

2010-04-17 Thread Jonathan Lundell
On Apr 16, 2010, at 6:39 PM, mdipierro wrote: I think I fixed it in trunk, please let check it. It looks right. I'll try to make a test case. Two minor things. You added , e to the except clause, but e appears to be unused. Is there a reason for it? Second, while it makes no difference to

[web2py] Re: compiling apps and reporting errors

2010-04-17 Thread mdipierro
ok On Apr 17, 10:17 am, Jonathan Lundell jlund...@pobox.com wrote: On Apr 16, 2010, at 6:39 PM, mdipierro wrote: I think I fixed it in trunk, please let check it. It looks right. I'll try to make a test case. Two minor things. You added , e to the except clause, but e appears to be

[web2py] Re: compiling apps and reporting errors

2010-04-16 Thread mdipierro
hmmm. you may be right. Will look into this tonight. Massimo On Apr 16, 4:15 pm, Jonathan Lundell jlund...@pobox.com wrote: In admin/default, we have: def compile_app():     c = app_compile(request.args[0], request)     if c:         session.flash = T('application compiled')     else:    

[web2py] Re: compiling apps and reporting errors

2010-04-16 Thread mdipierro
I think I fixed it in trunk, please let check it. Massimo On Apr 16, 4:15 pm, Jonathan Lundell jlund...@pobox.com wrote: In admin/default, we have: def compile_app():     c = app_compile(request.args[0], request)     if c:         session.flash = T('application compiled')     else: