Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: fix invalid escape sequence
A backslash-character pair that is not a valid escape sequence is generating a SyntaxWarning in Python 3.12 and could generate a SyntaxError in a future version. Use a raw string to avoid the escape. Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
- Loading branch information