mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
documentation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2465 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
21757150f6
commit
9cc3f978a6
1 changed files with 2 additions and 1 deletions
|
|
@ -151,8 +151,9 @@ class Consumer (linkcheck.lock.AssertLock):
|
|||
|
||||
def abort (self):
|
||||
"""
|
||||
Abort checking and send of-of-output message to logger.
|
||||
Abort checking and send end-of-output message to logger.
|
||||
"""
|
||||
# wait for threads to finish
|
||||
while not self.no_more_threads():
|
||||
num = self.active_threads()
|
||||
msg = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue