Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using shutil rather than copying the tree manually in autogen.py (ker…
…as-team#12146) ### Summary In autogen.py, we copy template into sources and then work on it. But we copy the tree manually. `shutil` has a function for this purpose. ### Related Issues ### PR Overview In the loop, we copy only markdown files. But all the files in `templates` are markdown files so it's fine. - [ ] This PR requires new unit tests [y/n] (make sure tests are included) - [ ] This PR requires to update the documentation [y/n] (make sure the docs are up-to-date) - [x] This PR is backwards compatible [y/n] - [ ] This PR changes the current API [y/n] (all API changes need to be approved by fchollet)
- Loading branch information