Given a branch name with a non-standard separator like: `dependabot|pip|dirname|dirname|stripe-8.1.0`: fetch-metadata incorrectly constructs the directory name as `/dirname|dirname` when it should be `/dirname/dirname`.
Given a branch name with a non-standard separator like:
dependabot|pip|dirname|dirname|stripe-8.1.0:fetch-metadata incorrectly constructs the directory name as
/dirname|dirnamewhen it should be/dirname/dirname.