Update the spinner in depgraph._serialize_tasks when searching for
authorZac Medico <zmedico@gentoo.org>
Thu, 18 Feb 2010 09:01:48 +0000 (09:01 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 18 Feb 2010 09:01:48 +0000 (09:01 -0000)
suitable uninstall tasks.

svn path=/main/trunk/; revision=15369

pym/_emerge/depgraph.py

index 491c8ab4a52e385e90a47a72e4003d2be3db8a7f..74cc4f0e3a828b10762de68df80146bcea009221 100644 (file)
@@ -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):