OP-TEE / optee_os

Trusted side of the TEE
Other
1.51k stars 1.03k forks source link

scripts: fix invalid escape sequence #6897

Closed LuminousXLB closed 1 week ago

LuminousXLB commented 1 week ago

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.

fix #6896

LuminousXLB commented 1 week ago

Tag appended.