Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: targets.py
- Revision:
- 27:5461402c33f8
- Parent:
- 22:9e85236d8716
- Child:
- 29:1210849dba19
diff -r ed5e0d4e691e -r 5461402c33f8 targets.py --- a/targets.py Thu Aug 04 10:32:55 2016 +0100 +++ b/targets.py Mon Aug 29 10:55:24 2016 +0100 @@ -65,7 +65,7 @@ __py_targets = set() # Location of the 'targets.json' file - __targets_json_location = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'targets.json') + __targets_json_location = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'latest_targets.json') # Load the description of JSON target data @staticmethod