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.
Diff: build_profiles.py
- Revision:
- 32:fef1f96d5e06
- Parent:
- 24:25bff2709c20
--- a/build_profiles.py Mon Aug 29 11:56:59 2016 +0100
+++ b/build_profiles.py Wed Jan 04 11:58:24 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))
@@ -302,4 +303,4 @@
'969fc1867111': 2,
'6b7f447ca868': 1,
'82220227f4fa': 0,
-}
\ No newline at end of file
+}
