Issue #1033 ยป threaded.py.patch
threaded.py 2015-06-05 09:39:09.376932673 -0400 | ||
---|---|---|
except:
|
||
_LOG.exception('Unhandled Exception in Worker Thread [%s]' % threading.currentThread().ident)
|
||
self.cancel()
|
||
def download(self, request_list):
|
||
worker_threads = []
|