Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
r
red-balloon-89377
07/08/2019, 10:54 AM
Is there an easy way to check, from a python file generated by thrift, which target the original thrift file belongs to?
w
witty-crayon-22786
07/08/2019, 7:00 PM
based on the filename
it will be located under a path like
.pants.d/$goal/$task/$hash/$targetnamelikething/$hash/..
where "target name like thing" is a target_id (dot separated target name)
2 Views
Post