diff options
Diffstat (limited to 'module/download_thread.py')
-rw-r--r-- | module/download_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |