{% set type, value, tback = sys.exc_info() %} {% autoescape None %}
on line {{ line }} of {{ method }} in {{ os.path.basename(filepath) }} |
File: {{ filepath }} |
{% set extension = os.path.splitext(filepath)[1][1:] %}
{% if extension in ['py', 'html', 'htm'] %}
{{ escape(get_snippet(filepath, line, 10)) }}{% else %} Cannot load file, type not supported. {% end %} |
on line {{ line }} of {{ method }} in {{ os.path.basename(filepath) }} |
File: {{ filepath }} |
{% set extension = os.path.splitext(filepath)[1][1:] %}
{% if extension in ['py', 'html', 'htm'] %}
{{ escape(get_snippet(filepath, line, 10)) }}{% else %} Cannot load file, type not supported. {% end %} |
{{ hk }} | {{ hv }} |
{{ hk }} | {{ hv }} |
Powered by Tornado v{{ tornado.version }} | python {{ sys.version }}