From e2a414f0fc6b81d1f90c1eaa79fbe45c56436337 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Nov 2008 07:47:10 +0000 Subject: Actually call the "flush the downloaded thing's state" callback on success so that we can notice that we got a new thing. git-svn-id: file:///home/or/svnrepo/updater/trunk@17313 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/ClientCLI.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py index 3a8b760..178c887 100644 --- a/lib/thandy/ClientCLI.py +++ b/lib/thandy/ClientCLI.py @@ -125,6 +125,8 @@ def update(args): if rf != None: rf.clear() rf.load() + def failCb(): pass + dj.setCallbacks(successCb, failCb) downloader.addDownloadJob(dj) -- cgit v1.2.3