diff options
-rw-r--r-- | bitbake/lib/bb/daemonize.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py index a5a9d868d0..8300d1d0f0 100644 --- a/bitbake/lib/bb/daemonize.py +++ b/bitbake/lib/bb/daemonize.py | |||
@@ -77,6 +77,6 @@ def createDaemon(function, logfile): | |||
77 | function() | 77 | function() |
78 | except Exception as e: | 78 | except Exception as e: |
79 | traceback.print_exc() | 79 | traceback.print_exc() |
80 | bb.event.print_ui_queue() | ||
81 | finally: | 80 | finally: |
81 | bb.event.print_ui_queue() | ||
82 | os._exit(0) | 82 | os._exit(0) |