mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-12 00:23:12 +00:00
typo
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1944 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d671254279
commit
85497ca439
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class Consumer (object):
|
|||
"""start output of all configured loggers"""
|
||||
self.lock.acquire()
|
||||
try:
|
||||
self.logger.start_output()
|
||||
self.logger.start_output()
|
||||
for logger in self.fileoutput:
|
||||
logger.start_output()
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Reference in a new issue