remove set()
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@623 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -211,7 +211,7 @@ def database(options):
|
||||
dbconn = openServerDatabase(readOnly = False, noUpload = True)
|
||||
# is world?
|
||||
if myatoms[0] == "world":
|
||||
pkglist = set(dbconn.listAllIdpackages())
|
||||
pkglist = dbconn.listAllIdpackages()
|
||||
else:
|
||||
pkglist = set()
|
||||
for atom in myatoms:
|
||||
|
||||
Reference in New Issue
Block a user