I noticed this string in an exception being raised...
# development
b
I noticed this string in an exception being raised (didn't hit the exception, just looking at the code). Is it meant to trail off? https://github.com/pantsbuild/pants/blob/main/src/python/pants/engine/target.py#L966
👀 1
I ask because I'm using this code as basis for some of my own 😉
e
Yeah, definitely not meant to trail off. Eric has a mission of providing actionable details in error messages whenever possible.
2
h
oops, thanks!
b
That's a very good mission!
❤️ 1