summaryrefslogtreecommitdiffstats
path: root/module/DownloadThread.py
diff options
context:
space:
mode:
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"