thanks.
On Nov 9, 11:29 am, Herman wrote:
> >>> a = 1 # reset a
> >>> def g(b):
>
> a = 2 # creates a new local a
> return b + 2 # change this to: return b + a
Thanks, I fixed that one too. I noticed the rendered view hasn't changed
though. I wonder it this is a caching issue...
I will check later this evening.
Hmmm. The markmin has changed, but the rendered view hasn't:
http://web2py.com/book/default/chapter/02#try...except...else...finally
I will report this to Massimo.
Fixed, many thanks.
4 matches
Mail list logo