We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfbd09 commit 63ea3ebCopy full SHA for 63ea3eb
tools/build_release.py
@@ -130,7 +130,7 @@
130
for target_name, toolchain_list in OFFICIAL_MBED_LIBRARY_BUILD:
131
toolchains = None
132
if platforms is not None and target_name not in platforms:
133
- print(("Excluding %s from release" % target_name))
+ print("Excluding {} from release".format(target_name))
134
continue
135
136
if target_name not in TARGET_NAMES:
@@ -187,7 +187,7 @@
187
else:
188
189
190
191
192
193
0 commit comments