From 63057c83d149b5322de0f029b11d0b1ba32bb459 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 20:27:10 +0000 Subject: [PATCH] Update the spinner in depgraph._serialize_tasks when searching for suitable uninstall tasks. (trunk r15369) svn path=/main/branches/2.1.7/; revision=15596 --- pym/_emerge/depgraph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 90b556f75..1986a0b22 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): -- 2.26.2