Join Slack
Powered by
What's the pants-plugin equivalent for `os.path.ex...
# plugins
p
proud-dentist-22844
05/20/2021, 12:45 PM
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
hundreds-father-404
05/20/2021, 12:49 PM
Get(Paths, PathGlobs), which avoids digesting the files and only gets back the resolved file names
Open in Slack
Previous
Next