From 892c3614629008fcaac37c2335dd34fd58cd6c1e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 18 Feb 2010 09:01:48 +0000 Subject: Update the spinner in depgraph._serialize_tasks when searching for suitable uninstall tasks. svn path=/main/trunk/; revision=15369 --- pym/_emerge/depgraph.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 491c8ab4a..74cc4f0e3 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -3673,6 +3673,7 @@ class depgraph(object): # best possible choice, but the current algorithm # is simple and should be near optimal for most # common cases. + self._spinner_update() mergeable_parent = False parent_deps = set() for parent in mygraph.parent_nodes(task): -- cgit v1.2.3-1-g7c22