Skip to content
Commit 4be91230 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

utils: Squash SyntaxWarning with Python 3.12



When running with Python 3.12, the following warnings are emitted. Let's
fix them.

utils/config.py:240: SyntaxWarning: invalid escape sequence '\$'
utils/config.py:241: SyntaxWarning: invalid escape sequence '\$'
utils/config.py:242: SyntaxWarning: invalid escape sequence '\{'
utils/config.py:245: SyntaxWarning: invalid escape sequence '\}'

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 6e4a5535
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment