Skip to content
Snippets Groups Projects
Commit 6ccdb02e authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- if no errors detected, report "none"

parent a3b0ef5c
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,8 @@ sub stage2 ($$$$) {
if ($result->{errors} > 0) {
$report_path->append_utf8("-" x 60, "\n");
$stat->{errors} += $result->{errors};
} else { # no errors
$report_path->append_utf8(" none\n");
}
}
# write report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment