diff options
-rw-r--r-- | bitbake/lib/bb/command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 32d5b5bab..9a8d689e2 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py @@ -98,6 +98,7 @@ class Command: self.finishAsyncCommand(arg) else: self.finishAsyncCommand("Exited with %s" % arg) + return False except Exception: import traceback self.finishAsyncCommand(traceback.format_exc()) |