summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/runningbuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/runningbuild.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/runningbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py b/bitbake/lib/bb/ui/crumbs/runningbuild.py
index f78969cc04..d9e9f26f19 100644
--- a/bitbake/lib/bb/ui/crumbs/runningbuild.py
+++ b/bitbake/lib/bb/ui/crumbs/runningbuild.py
@@ -254,7 +254,7 @@ class RunningBuild (gobject.GObject):
254 pbar.update(event.current, self.progress_total) 254 pbar.update(event.current, self.progress_total)
255 elif isinstance(event, bb.event.CacheLoadCompleted) and pbar: 255 elif isinstance(event, bb.event.CacheLoadCompleted) and pbar:
256 pbar.update(self.progress_total, self.progress_total) 256 pbar.update(self.progress_total, self.progress_total)
257 257 pbar.hide()
258 elif isinstance(event, bb.event.ParseStarted) and pbar: 258 elif isinstance(event, bb.event.ParseStarted) and pbar:
259 if event.total == 0: 259 if event.total == 0:
260 return 260 return