diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 518a38ab81..2fe9c79054 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -58,7 +58,7 @@ class BBConfiguration(object): | |||
58 | 58 | ||
59 | def print_exception(exc, value, tb): | 59 | def print_exception(exc, value, tb): |
60 | """Send exception information through bb.msg""" | 60 | """Send exception information through bb.msg""" |
61 | bb.fatal("".join(format_exception(exc, value, tb))) | 61 | bb.fatal("".join(format_exception(exc, value, tb, limit=8))) |
62 | 62 | ||
63 | sys.excepthook = print_exception | 63 | sys.excepthook = print_exception |
64 | 64 | ||