summaryrefslogtreecommitdiffstats
path: root/module/DownloadThread.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-05-06 21:15:03 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-05-06 21:15:03 +0200
commit4adeedcf1e09fcefe2f8c758199d6fafebebce28 (patch)
tree7c0e9b33b4be03fd68e0484d4cfd7d006a683f46 /module/DownloadThread.py
parentbetter request factory (diff)
downloadpyload-4adeedcf1e09fcefe2f8c758199d6fafebebce28.tar.xz
account plugins: first draft
Diffstat (limited to 'module/DownloadThread.py')
-rw-r--r--module/DownloadThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/DownloadThread.py b/module/DownloadThread.py
index fe371ceba..95e948ec9 100644
--- a/module/DownloadThread.py
+++ b/module/DownloadThread.py
@@ -161,7 +161,7 @@ class DownloadThread(Thread):
elif code == 10:
self.parent.parent.logger.debug(_("Checksum not implemented for %s") % status.filename)
if not check:
- raise Checksum(code, location)
+ raise Checksum(code, status.filename)
status.type = "finished"