summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-16 16:14:34 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-16 16:14:34 +0100
commit851559594effc57c9cfd4194703f1783fd3fed82 (patch)
treeb8417cdfad208ba8308f6736f65baa936b21ae55 /module/download_thread.py
parentre-added progressbar (diff)
downloadpyload-851559594effc57c9cfd4194703f1783fd3fed82.tar.xz
Checksum fixed
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 3ec49218d..89a10533a 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -148,7 +148,7 @@ class Download_Thread(threading.Thread):
elif code == 10:
self.parent.parent.logger.debug("Checksum not implemented for %s" % status.filename)
if not check:
- raise Checksum(code, local_file)
+ raise Checksum(code, location)
#print "checksum check returned: %s, %s" % (check, code)
status.type = "finished"