mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 17:00:25 +00:00
Fix misnamed variable.
This commit is contained in:
parent
0dd5cfd12d
commit
581da4a9c6
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class TextLogger (Logger):
|
|||
error_text = _n("%d error found", "%d errors found",
|
||||
self.stats.errors_printed) % self.stats.errors_printed
|
||||
if self.stats.errors_printed:
|
||||
error_color = self.colorerror
|
||||
error_color = self.colorinvalid
|
||||
else:
|
||||
error_color = self.colorvalid
|
||||
self.write(error_text, color=error_color)
|
||||
|
|
|
|||
Loading…
Reference in a new issue