Entropy/etpDatabase:
- skip duplicates on etpDatabase.filterTreeUpdatesActions() git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1925 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -423,6 +423,10 @@ class etpDatabase:
|
||||
def filterTreeUpdatesActions(self, actions):
|
||||
new_actions = []
|
||||
for action in actions:
|
||||
|
||||
if action in new_actions: # skip dupies
|
||||
continue
|
||||
|
||||
doaction = action.split()
|
||||
if doaction[0] == "slotmove":
|
||||
# slot move
|
||||
|
||||
Reference in New Issue
Block a user