I'm using jinja2 and the sandbox mode. if an error occurs ( undefined or other ), the `render()` command raises an error.
is there a mixture of environment settings that would allow me to handle this error within the environment object ? instead of wrapping every render or include into a try/except, i'd rather render '' ( or perhaps an error message ) , not raise the error into my code, and run a function that logs the exception. -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
