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.
2 parents 3cba0c0 + cbdb6bc commit 5a6bc01Copy full SHA for 5a6bc01
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