diff options
Diffstat (limited to 'scripts/yocto-bsp')
| -rwxr-xr-x | scripts/yocto-bsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/yocto-bsp b/scripts/yocto-bsp index 2d9453fbe8..82a050ebdc 100755 --- a/scripts/yocto-bsp +++ b/scripts/yocto-bsp | |||
| @@ -151,6 +151,6 @@ if __name__ == "__main__": | |||
| 151 | except Exception: | 151 | except Exception: |
| 152 | ret = 1 | 152 | ret = 1 |
| 153 | import traceback | 153 | import traceback |
| 154 | traceback.print_exc(5) | 154 | traceback.print_exc() |
| 155 | sys.exit(ret) | 155 | sys.exit(ret) |
| 156 | 156 | ||
