From f74b6de3fb29c1ef2790e3026c14de00a846e166 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Wed, 7 Nov 2007 08:22:21 +0000 Subject: [PATCH] tagging 0.7.2 git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@628 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/activatorTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/activatorTools.py b/libraries/activatorTools.py index fa330fdfa..3608bb08c 100644 --- a/libraries/activatorTools.py +++ b/libraries/activatorTools.py @@ -347,7 +347,7 @@ def packages(options): activatorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_VERBOSE,"packages: download queue -> "+str(downloadQueue)) activatorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_VERBOSE,"packages: upload queue -> "+str(uploadQueue)) - if (len(uploadQueue) == 0) and (len(downloadQueue) == 0) and (len(removalQueue) == 0): + if (not uploadQueue) and (not downloadQueue) and (not removalQueue): print_info(green(" * ")+red("Nothing to syncronize for ")+bold(extractFTPHostFromUri(uri)+red(". Queue empty."))) uriSuccessfulSync += 1 if (uriSuccessfulSync == len(pkgbranches)):