<#20845 BUILD couldn't be created in a directory w...
# github-notifications
c
#20845 BUILD couldn't be created in a directory which contains a directory called build Issue created by eBeyond Describe the bug If I run pants tailor :: I get this error: `❯ pants tailor :: 101724.86 [INFO] Initializing scheduler... 101725.08 [INFO] Scheduler initialized. 101725.28 [ERROR] 1 Exception encountered: Engine traceback: in
tailor
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