From 851559594effc57c9cfd4194703f1783fd3fed82 Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 16 Dec 2009 16:14:34 +0100 Subject: Checksum fixed --- module/download_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') 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" -- cgit v1.2.3