diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-12-05 10:37:55 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-12-05 10:37:55 -0500 |
| commit | d2398dacfe955c64033dddf9cb10d3d74e46729e (patch) | |
| tree | 7f358df93f4e154fdd9adadaa7f0d15d076f295b | |
| parent | 396248d4f9bdedcbe61bc663e4e7f6aa3351318b (diff) | |
restored to old version
| -rwxr-xr-x | tools/build_release_files.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build_release_files.py b/tools/build_release_files.py index 44770beb1..b01d4b8ea 100755 --- a/tools/build_release_files.py +++ b/tools/build_release_files.py @@ -55,10 +55,9 @@ for board in build_boards: if exit_status == 0: exit_status = 1 - print("Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success)) if travis: print('travis_fold:start:adafruit-bins-{}-{}\\r'.format(language, board)) - print("(dup)Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success)) + print("Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success)) if make_result.returncode != 0: print(make_result.stdout.decode("utf-8")) print(other_output) |
