cool-easter-32542
04/26/2024, 8:23 AMtailor goal
IntrinsicError: Error opening file /client/BUILD for writing: Os { code: 21, kind: IsADirectory, message: "Is a directory" }
`
It's trying to create a BUILD File in there, but there is already an directory called 'build' in there. This directory cannot be renamed, because it's a generated one.
Pants version
2.20.0
OS
macOs
pantsbuild/pants