https://pantsbuild.org/ logo
h

hundreds-father-404

10/09/2020, 4:59 AM
(FYI: you can strip the path if you prefer. You can use
await Get(StrippedSourceFiles, StrippedSourceFilesRequest)
to strip whatever the source roots are, e.g.
src/python/app.py
->
app.py
. Or, you can use
await Get(Digest, RemovePrefix)
to remove an arbitrary prefix)