diff options
Diffstat (limited to 'scripts/yocto-kernel')
-rwxr-xr-x | scripts/yocto-kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/yocto-kernel b/scripts/yocto-kernel index c9b2821e00..daaad07520 100755 --- a/scripts/yocto-kernel +++ b/scripts/yocto-kernel | |||
@@ -395,5 +395,5 @@ if __name__ == "__main__": | |||
395 | except Exception: | 395 | except Exception: |
396 | ret = 1 | 396 | ret = 1 |
397 | import traceback | 397 | import traceback |
398 | traceback.print_exc(5) | 398 | traceback.print_exc() |
399 | sys.exit(ret) | 399 | sys.exit(ret) |