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 caf58a7 commit 6e59bddCopy full SHA for 6e59bdd
tools/build_api.py
@@ -416,7 +416,7 @@ def get_mbed_official_release(version):
416
# release version is deprecated and all targets are being supported that are present
417
# in targets.json file
418
419
- if version == `2`:
+ if version == '2':
420
raise InvalidReleaseTargetException("Mbed 2 is no longer supported with this version of the tools")
421
422
mbed_official_release = (
0 commit comments