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:
calvin 2005-10-13 20:08:14 +00:00
parent c585d095b4
commit 9e560f9ccf

View file

@ -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",