entropy.server.interfaces: move_packages, make supa-sure that queue
does not contain dupies
This commit is contained in:
@@ -1363,7 +1363,8 @@ class Server(Singleton,TextInterface):
|
||||
|
||||
if pull_deps:
|
||||
# put deps first!
|
||||
my_matches = pull_deps_matches + my_matches
|
||||
my_matches = pull_deps_matches + [x for x in my_matches if x not \
|
||||
in pull_deps_matches]
|
||||
|
||||
if ask:
|
||||
rc = self.askQuestion(_("Would you like to continue ?"))
|
||||
|
||||
Reference in New Issue
Block a user