diff options
-rw-r--r-- | bitbake/lib/bb/ui/hob.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py index 76b03cdac6..38f8a7751a 100644 --- a/bitbake/lib/bb/ui/hob.py +++ b/bitbake/lib/bb/ui/hob.py | |||
@@ -496,6 +496,7 @@ class MainWindow (gtk.Window): | |||
496 | self.cancel.set_sensitive(False) | 496 | self.cancel.set_sensitive(False) |
497 | for f in self.files_to_clean: | 497 | for f in self.files_to_clean: |
498 | os.remove(f) | 498 | os.remove(f) |
499 | self.files_to_clean = [] | ||
499 | 500 | ||
500 | lbl = "<b>Build completed</b>\n\nClick 'Edit Image' to start another build or 'View Messages' to view the messages output during the build." | 501 | lbl = "<b>Build completed</b>\n\nClick 'Edit Image' to start another build or 'View Messages' to view the messages output during the build." |
501 | if self.handler.building == "image" and self.build_succeeded: | 502 | if self.handler.building == "image" and self.build_succeeded: |