From f8fabf4cd56386c9fa80683408b988df7584568c Mon Sep 17 00:00:00 2001 From: lxnay Date: Fri, 30 Mar 2007 17:44:43 +0000 Subject: [PATCH] - remove generateAndUpload bool git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@235 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropyTools.py b/libraries/entropyTools.py index 009d890c5..b78073a38 100644 --- a/libraries/entropyTools.py +++ b/libraries/entropyTools.py @@ -224,7 +224,7 @@ def syncRemoteDatabases(): uploadLatest = True uploadList.append(dbstat) - if (downloadLatest == []) and (not uploadLatest) and (not generateAndUpload): + if (downloadLatest == []) and (not uploadLatest): print_info(green(" * ")+red("Online database does not need to be updated.")) # now run the selected task!