diff options
Diffstat (limited to 'scripts/test-remote-image')
-rwxr-xr-x | scripts/test-remote-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-remote-image b/scripts/test-remote-image index 97d03d7a78..9c5b0158d5 100755 --- a/scripts/test-remote-image +++ b/scripts/test-remote-image | |||
@@ -357,5 +357,5 @@ if __name__ == "__main__": | |||
357 | except Exception: | 357 | except Exception: |
358 | ret = 1 | 358 | ret = 1 |
359 | import traceback | 359 | import traceback |
360 | traceback.print_exc(5) | 360 | traceback.print_exc() |
361 | sys.exit(ret) | 361 | sys.exit(ret) |