Skip to content

Commit 193c00e

Browse files
committed
Added missing mbed-os/core for requirements.txt
1 parent 1337e34 commit 193c00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed/mbed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ def get_requirements(self):
11851185
mbed_os_path = self.get_os_dir()
11861186
if mbed_os_path:
11871187
paths.append([mbed_os_path])
1188+
paths.append([mbed_os_path, 'core'])
11881189
# mbed-os not identified but tools found under cwd/tools
11891190
paths.append([self.path, 'core'])
11901191
# mbed Classic deployed tools

0 commit comments

Comments
 (0)