From 06b0785037a95815be06f5cfcfc64f6120e14956 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 16 Oct 2011 15:39:27 +0200 Subject: small improvement --- module/network/HTTPDownload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network') diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py index f616b16b5..3edf56d98 100644 --- a/module/network/HTTPDownload.py +++ b/module/network/HTTPDownload.py @@ -211,7 +211,7 @@ class HTTPDownload(): curl, errno, msg = c #test if chunk was finished, otherwise raise the exception if errno != 23 or "0 !=" not in msg: - raise pycurl.error(errno, msg) + raise #@TODO KeyBoardInterrupts are seen as finished chunks, #but normally not handled to this process, only in the testcase -- cgit v1.2.3