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 82af9a7190..7880968965 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -60,7 +60,7 @@ def print_exception(exc, value, tb): | |||
60 | Print the exception to stderr, only showing the traceback if bitbake | 60 | Print the exception to stderr, only showing the traceback if bitbake |
61 | debugging is enabled. | 61 | debugging is enabled. |
62 | """ | 62 | """ |
63 | if not bb.msg.debug_level['default']: | 63 | if not bb.msg.debug_level[bb.msg.domain.Default]: |
64 | tb = None | 64 | tb = None |
65 | 65 | ||
66 | sys.__excepthook__(exc, value, tb) | 66 | sys.__excepthook__(exc, value, tb) |