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 0d2507f commit cbdb6bcCopy full SHA for cbdb6bc
mbed/mbed.py
@@ -1196,10 +1196,10 @@ def get_requirements(self):
1196
paths = []
1197
mbed_os_path = self.get_os_dir()
1198
if mbed_os_path:
1199
+ paths.append([mbed_os_path, 'tools'])
1200
paths.append([mbed_os_path])
- paths.append([mbed_os_path, 'core'])
1201
# mbed-os not identified but tools found under cwd/tools
1202
- paths.append([self.path, 'core'])
+ paths.append([self.path, 'tools'])
1203
# mbed Classic deployed tools
1204
paths.append([self.path, '.temp', 'tools'])
1205
# current dir
0 commit comments