diff options
| -rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index 1e07dfe922..90b36c68ac 100755 --- a/scripts/wic +++ b/scripts/wic | |||
| @@ -313,6 +313,6 @@ if __name__ == "__main__": | |||
| 313 | except Exception: | 313 | except Exception: |
| 314 | ret = 1 | 314 | ret = 1 |
| 315 | import traceback | 315 | import traceback |
| 316 | traceback.print_exc(5) | 316 | traceback.print_exc() |
| 317 | sys.exit(ret) | 317 | sys.exit(ret) |
| 318 | 318 | ||
