Exceptions on clean up build directory
Closed this issue · 2 comments
SeaDve commented
if _build
or .flatpak/repo
does not exist. It will throw an error, causing subsequent commands to not be ran.
The fix is to just put force: true
. I'll submit a PR after #150 is merged to prevent conflicts on that.
bilelmoussaoui commented
Yeah, I noticed that today as well. I had to re-create the folders manually in order to do a cleanup
bilelmoussaoui commented
Actually there is no force
option for RmDirOptions, so I added a check that the dirs exists.