summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-16 15:39:27 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-16 15:39:27 +0200
commit06b0785037a95815be06f5cfcfc64f6120e14956 (patch)
treef7be722424416dbff7dba6011edcebb4dd64f05a /module/network
parentadditional fix (diff)
downloadpyload-06b0785037a95815be06f5cfcfc64f6120e14956.tar.xz
small improvement
Diffstat (limited to 'module/network')
-rw-r--r--module/network/HTTPDownload.py2
1 files changed, 1 insertions, 1 deletions
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