Comment 0 for bug 174705

Revision history for this message
Federico G. Schwindt (fgsch) wrote : error.value gives Unauthorized error

The following piece of code works in 2.8 and 2.9 PageTemplates but not in 2.10.5-final:

    <span tal:on-error="python:'blah %s' % error.value">
       <tal:block define="zero_div python:1/0"/>
    </span>

I'm not 100% sure this is a bug, but I thought about reporting it anyways.
Thanks,

f.-