Correct 'no errors after x' message
This commit is contained in:
parent
dd2435e0ab
commit
d5f93944b1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def main():
|
||||||
|
|
||||||
label = "Errors"
|
label = "Errors"
|
||||||
for error_line, error_line_ng in zip(
|
for error_line, error_line_ng in zip(
|
||||||
report_errors.report_errors(errors_tail) or [f"No errors (after {numbers_tail[-1].recognized_number})! 🎉"],
|
report_errors.report_errors(errors_tail) or [f"No errors (after {numbers_tail[0].recognized_number})! 🎉"],
|
||||||
report_errors.report_errors(errors_ng) or ["No errors! 🎉"]
|
report_errors.report_errors(errors_ng) or ["No errors! 🎉"]
|
||||||
):
|
):
|
||||||
table.row(
|
table.row(
|
||||||
|
|
Loading…
Reference in a new issue