mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 06:41:00 +00:00
no os.linesep in translation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1455 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b0b0e49512
commit
2964bce633
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class StandardLogger (linkcheck.logger.Logger):
|
|||
if self.fd is None:
|
||||
return
|
||||
if self.has_field('outro'):
|
||||
self.fd.write(_(os.linesep+"Thats it. "))
|
||||
self.fd.write(os.linesep+_("Thats it. "))
|
||||
if self.errors == 1:
|
||||
self.fd.write(_("1 error"))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue