modm-io / lbuild

lbuild: a generic, modular code generator in Python 3

Home Page:https://pypi.org/project/lbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleaning does not work with -p flag

ASMfreaK opened this issue · comments

Create project folder with:

lbuild -c some/path/to.xml -p ../yet/another/path/ build

Then run the following command:

lbuild -c some/path/to.xml -p ../yet/another/path/ clean

It reports happily cleaning the folder, but the "cleaned" files remain in place

Probably an issue with not finding the .log file and/or not relocating it's paths correctly. I'll have a look.