- remove generateAndUpload bool

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@235 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-03-30 17:44:43 +00:00
parent 4cb151aa2a
commit f8fabf4cd5

View File

@@ -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!