diff options
| author | 2011-10-16 15:39:27 +0200 | |
|---|---|---|
| committer | 2011-10-16 15:39:27 +0200 | |
| commit | 06b0785037a95815be06f5cfcfc64f6120e14956 (patch) | |
| tree | f7be722424416dbff7dba6011edcebb4dd64f05a /module/network/HTTPDownload.py | |
| parent | additional fix (diff) | |
| download | pyload-06b0785037a95815be06f5cfcfc64f6120e14956.tar.xz | |
small improvement
Diffstat (limited to 'module/network/HTTPDownload.py')
| -rw-r--r-- | module/network/HTTPDownload.py | 2 |
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 |
