What's the pants-plugin equivalent for `os.path.ex...
# plugins
p
What's the pants-plugin equivalent for
os.path.exists
? I have a list of candidate paths, and I need to choose the first directory that exists in the sources.
h
Get(Paths, PathGlobs), which avoids digesting the files and only gets back the resolved file names