diff options
Diffstat (limited to 'module/DownloadThread.py')
-rw-r--r-- | module/DownloadThread.py | 2 |
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" |