to remove uninstall tasks from scheduled_uninstalls, so just keep them
in there.
svn path=/main/trunk/; revision=10277
"uninstall" == node.operation:
have_uninstall_task = True
uninst_task = node
- scheduled_uninstalls.remove(uninst_task)
else:
vardb = self.trees[node.root]["vartree"].dbapi
previous_cpv = vardb.match(node.slot_atom)
mygraph.remove(uninst_task)
except KeyError:
pass
- scheduled_uninstalls.discard(uninst_task)
if uninst_task is not None and \
uninst_task not in ignored_uninstall_tasks and \