Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use --entry-point not -c when building pex (pantsbuild#6349)
I deterministically get this error: RuntimeError: Ambiguous script specification pants matches multiple entry points:pants = pants.bin.pants_loader:main pants = pants.bin.pants_loader:main when building with -c. pantsbuild#6267 changed this behaviour, but seems broken - this commit allows me to successfully build pexes.
- Loading branch information