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 c489c21 commit caf58a7Copy full SHA for caf58a7
tools/build_api.py
@@ -417,7 +417,7 @@ def get_mbed_official_release(version):
417
# in targets.json file
418
419
if version == `2`:
420
- raise InvalidReleaseTargetException("Mbed 2 not supported anymore with this version of tools")
+ raise InvalidReleaseTargetException("Mbed 2 is no longer supported with this version of the tools")
421
422
mbed_official_release = (
423
tuple(
0 commit comments