Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make invoke clean-all task delete worker/include/FBS (#1397)
- `worker/fbs/meson.build` produces FlatBuffers C++ include files in `worker/include/FBS` folder. - Despite such a folder is gitignored, `cargo publish` complains if that folder and its files exist. - So make `invoke clean-all` also delete `worker/include/FBS`. - Bonus track: Use `shutil.rmtree(path, ignore_errors=True)` instead of wrapping it with `try/except` everywhere.
- Loading branch information