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.
Revision 34:42f20e28adf5, committed 2017-02-13
- Comitter:
- The Other Jimmy
- Date:
- Mon Feb 13 09:29:13 2017 -0600
- Parent:
- 33:c8effba9595f
- Child:
- 35:da9c89f8be7d
- Commit message:
- Fix ignoring real targets.json
Changed in this revision
| build_profiles.py | Show annotated file Show diff for this revision Revisions of this file |
--- a/build_profiles.py Wed Feb 08 11:04:24 2017 -0600
+++ b/build_profiles.py Mon Feb 13 09:29:13 2017 -0600
@@ -81,6 +81,7 @@
for d in copy(dirs):
if d.startswith('.'):
dirs.remove(d)
+ continue
if exists(join(root, d, f)):
return abspath(join(root, d, f))