Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_build: Error out when copying two .whl with the same name
collect_wheels.py is used by the "pw_python_wheels" template to collect all the .whl files from a series of directories and copy them to a single output directory. The source directories could have .whl files with the same name in different directories, but there can only be one of those in the output directory. This patch makes collect_wheels.py fail when trying to copy two files with the same name. Change-Id: Ia0464711c86257fe8bca2195186473426b1754f2 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/110651 Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Alex Deymo <deymo@google.com>
- Loading branch information