From 4adeedcf1e09fcefe2f8c758199d6fafebebce28 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 6 May 2010 21:15:03 +0200 Subject: account plugins: first draft --- module/DownloadThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/DownloadThread.py') 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" -- cgit v1.2.3