Skip to content

Commit d2398da

Browse files
committed
restored to old version
1 parent 396248d commit d2398da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/build_release_files.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@
5555
if exit_status == 0:
5656
exit_status = 1
5757

58-
print("Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success))
5958
if travis:
6059
print('travis_fold:start:adafruit-bins-{}-{}\\r'.format(language, board))
61-
print("(dup)Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success))
60+
print("Build {} for {} took {:.2f}s and {}".format(board, language, build_duration, success))
6261
if make_result.returncode != 0:
6362
print(make_result.stdout.decode("utf-8"))
6463
print(other_output)

0 commit comments

Comments
 (0)