mirror of https://github.com/ARMmbed/mbed-os.git
tools/build_api: fix wording
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>pull/12982/head
parent
c489c213a7
commit
caf58a7a44
|
@ -417,7 +417,7 @@ def get_mbed_official_release(version):
|
||||||
# in targets.json file
|
# in targets.json file
|
||||||
|
|
||||||
if version == `2`:
|
if version == `2`:
|
||||||
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")
|
||||||
|
|
||||||
mbed_official_release = (
|
mbed_official_release = (
|
||||||
tuple(
|
tuple(
|
||||||
|
|
Loading…
Reference in New Issue