cpwood / Pico-Stub

MicroPython stubs for the Raspberry Pi Pico
Apache License 2.0
32 stars 6 forks source link

Error in post-process.py #5

Closed Hyllegaard closed 3 years ago

Hyllegaard commented 3 years ago

The code in post-process.py line 36 creates a stubs folder, and then tries to rename the copied folder to stubs in line 40. This fails on my windows 10. If I remove line 36, the script works.

cpwood commented 3 years ago

Thanks, @Hyllegaard!

I've just completed a very large reorganisation of the repo and that file has now been rewritten and tested.