Windows paths don't support the pipe |
operator
#1736
Answered
by
sisp
dhirschfeld
asked this question in
Q&A
-
It seems Windows paths don't support the pipe operator: I'm wanting to normalize the This works great on Linux. Does anyone have any idea how I could do the same on Windows? 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
sisp
Aug 19, 2024
Replies: 1 comment
-
Correct, the pipe operator doesn't work in Windows paths. I suggest to use a computed value in this case which makes the Jinja expression more readable as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dhirschfeld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct, the pipe operator doesn't work in Windows paths. I suggest to use a computed value in this case which makes the Jinja expression more readable as well.