summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/command.py')
-rw-r--r--bitbake/lib/bb/command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index 32d5b5bab6..9a8d689e2a 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -98,6 +98,7 @@ class Command:
98 self.finishAsyncCommand(arg) 98 self.finishAsyncCommand(arg)
99 else: 99 else:
100 self.finishAsyncCommand("Exited with %s" % arg) 100 self.finishAsyncCommand("Exited with %s" % arg)
101 return False
101 except Exception: 102 except Exception:
102 import traceback 103 import traceback
103 self.finishAsyncCommand(traceback.format_exc()) 104 self.finishAsyncCommand(traceback.format_exc())