Invalid File Path
Symptoms
The error message ERROR! failed at splitting arguments, either an unbalanced jinja2 block or quotes: replace_param=... is displayed.
Cause Analysis
The file path may contain backslashes (\).
Solution
Replace backslashes (\) with forward slashes (/).
File paths on both Linux and Windows OSs use forward slashes (/).
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.