Skip to content

Commit 63ea3eb

Browse files
Apply suggestions from code review
Co-Authored-By: theotherjimmy <[email protected]>
1 parent 0bfbd09 commit 63ea3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
for target_name, toolchain_list in OFFICIAL_MBED_LIBRARY_BUILD:
131131
toolchains = None
132132
if platforms is not None and target_name not in platforms:
133-
print(("Excluding %s from release" % target_name))
133+
print("Excluding {} from release".format(target_name))
134134
continue
135135

136136
if target_name not in TARGET_NAMES:
@@ -187,7 +187,7 @@
187187
else:
188188
for target_name, toolchain_list in OFFICIAL_MBED_LIBRARY_BUILD:
189189
if platforms is not None and target_name not in platforms:
190-
print(("Excluding %s from release" % target_name))
190+
print("Excluding {} from release".format(target_name))
191191
continue
192192

193193
if target_name not in TARGET_NAMES:

0 commit comments

Comments
 (0)