mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
only return on thread wait timeout
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2887 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c585d095b4
commit
9e560f9ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class Consumer (object):
|
|||
linkcheck.log.error(linkcheck.LOG_CHECK,
|
||||
"Thread wait timeout")
|
||||
self.end_log_output()
|
||||
sys.exit(1)
|
||||
return
|
||||
num = self.active_threads()
|
||||
msg = \
|
||||
_n("keyboard interrupt; waiting for %d active thread to finish",
|
||||
|
|
|
|||
Loading…
Reference in a new issue