From 243acca4e2adb5e8f63248ed7b5bc36c6728910d Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Tue, 9 Apr 2013 17:00:47 -0300 Subject: We only care about filenames, we'll always have installables --- lib/thandy/ClientCLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py index e4e1fef..3506954 100644 --- a/lib/thandy/ClientCLI.py +++ b/lib/thandy/ClientCLI.py @@ -154,7 +154,7 @@ def update(args): if p.isReady(): p.install() - if len(filesDownloaded) > 0 or len(installable) > 0: + if len(filesDownloaded) > 0: signal(proto.UPDATER_NEW_UPDATES, content=", ".join(sorted(filesDownloaded))) return -- cgit v1.2.3