-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Bug
- Priority: Minor
Bug
Target
Any
Toolchain:
ARM, possibly others
Expected behavior
Export's a valid project, or refuses to export or exports to the current directory.
Actual behavior
Export's a project but the paths are all wrong
Steps to reproduce
mbed import mbed-os-example-blinky
cd mbed-os-example-blinky
mbed export -i uvision5
Works as expected and creates a project in the normal place.
sample file ref.
<FilePath>.\mbed-os\drivers\BusIn.cpp</FilePath>
However move into a subdirectory.
cd mbed-os
mbed export -i uvision5
Which is successful and creates the project in the normal place but..
Sample file ref
<FilePath>..\mbed-os\drivers\BusIn.cpp</FilePath>
Notice the ..\ which should be .\