https://pantsbuild.org/ logo
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