raspberrypi / pico-project-generator

Tool to automatically generate a Pico C SDK Project
BSD 3-Clause "New" or "Revised" License
303 stars 74 forks source link

Fixed finding pico_configs.tsv when run from other directories #46

Closed Aaron-Rumpler closed 2 years ago

Aaron-Rumpler commented 2 years ago

In a similar vein to #8, this allows pico_project.py to find pico_configs.tsv when run from a directory other than the one in which it is located.

lurch commented 2 years ago

I guess this is pretty similar to #35 ?

Aaron-Rumpler commented 2 years ago

Didn't see that one. That one's better anyway, as it deals with symlinks to pico_project.py.

JamesH65 commented 2 years ago

I've merged the other PR, so feel free to give it a go and report back any unfortunate happenings.