diff options
Diffstat (limited to 'bitbake')
-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 518a38ab8..2fe9c7905 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -58,7 +58,7 @@ class BBConfiguration(object): def print_exception(exc, value, tb): """Send exception information through bb.msg""" - bb.fatal("".join(format_exception(exc, value, tb))) + bb.fatal("".join(format_exception(exc, value, tb, limit=8))) sys.excepthook = print_exception |