PyTA Error Report
{{ date_time }}
{% for file in reporter.messages_by_file %}
{{ file.filename }}
{{ reporter.code_err_title }} Expand/Collapse Section
{% for message_id in file.code %}
❐ {{ message_id }} ({{ file.code[message_id].messages[0].symbol }}) {{ file.code[message_id].occurrences }} {% if file.code[message_id].occurrences == 1 %} occurrence. {% else %} occurrences. {% endif %} {% if file.code[message_id].shown != file.code[message_id].occurrences %} (First {{ file.code[message_id].shown }} shown). {% endif %} Expand/Collapse
{% for indiv in file.code[message_id].messages %}
[Line {{ indiv.line }}] {{ indiv.msg }}
Expand/Collapse
{% if indiv.snippet != ” %}
{{ indiv.snippet }}
{% else %} {{ reporter.no_snippet }} {% endif %}
{% endfor %}
{% else %} {{ reporter.no_err_message }} {% endfor %}
{{ reporter.style_err_title }} Expand/Collapse Section
{% for message_id in file.style %}
❐ {{ message_id }} ({{ file.style[message_id].messages[0].symbol }}) {{ file.style[message_id].occurrences }} {% if file.style[message_id].occurrences == 1 %} occurrence. {% else %} occurrences. {% endif %} {% if file.style[message_id].shown != file.style[message_id].occurrences %} (First {{ file.style[message_id].shown }} shown). {% endif %} Expand/Collapse
{% for indiv in file.style[message_id].messages %}
[Line {{ indiv.line }}] {{ indiv.msg }}
Expand/Collapse
{% if indiv.snippet != ” %} {{ indiv.snippet }} {% else %} {{ reporter.no_snippet }} {% endif %}
{% endfor %}
{% else %} {{ reporter.no_err_message }} {% endfor %}
{% endfor %}
Found a bug? Report it to Prof. Liu!