mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 12:24:46 +00:00
break long line
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2865 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
25044ce08b
commit
8c809d1dc3
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ class Logger (object):
|
|||
# number of encountered warningss
|
||||
self.warnings = 0
|
||||
# encoding of output
|
||||
self.output_encoding = args.get("encoding", locale.getpreferredencoding())
|
||||
preferred = locale.getpreferredencoding()
|
||||
self.output_encoding = args.get("encoding", preferred)
|
||||
|
||||
def init_fileoutput (self, args):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue