Cool, return `BuiltPackage(EMPTY_DIGEST, relpath="...
# plugins
h
Cool, return
BuiltPackage(EMPTY_DIGEST, relpath="")
.
EMPTY_DIGEST
is from
pants.engine.fs
(In the upcoming beta4, we’re changing it so that
relpath
becomes
relpaths: Iterable[str]
, meaning you’d set
relpaths=[]
. That value is solely used for the sake of logging what was created.)