projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8402b
)
Update the status display in _build_exit(), after decrementing the job count.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 12:21:09 +0000
(12:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 12:21:09 +0000
(12:21 -0000)
svn path=/main/trunk/; revision=11103
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 32f676122043b84e20f6af2c15869174dfed2e23..883ea2fff46363c945e33dbadb402f2a7db1b08b 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-9050,6
+9050,7
@@
class Scheduler(PollScheduler):
self._deallocate_config(build.settings)
self._jobs -= 1
self._status_display.running = self._jobs
+ self._status_display.display()
self._schedule()
def _extract_exit(self, build):