diff options
| author | Tomas Touceda <chiiph@leap.se> | 2013-04-09 17:00:47 -0300 | 
|---|---|---|
| committer | Tomas Touceda <chiiph@leap.se> | 2013-04-09 17:00:47 -0300 | 
| commit | 243acca4e2adb5e8f63248ed7b5bc36c6728910d (patch) | |
| tree | 91f7d75b39d3038acb9670ad478565ce7143afaa | |
| parent | f120b5662e040c68220c70e598e07f7a7819ec4b (diff) | |
We only care about filenames, we'll always have installables
| -rw-r--r-- | lib/thandy/ClientCLI.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
