Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SyntaxWarning: invalid escape sequence '\{'
Fixes the following syntax warning on python 3.12: /usr/share/qtvcp/screens/qtplasmac_4x3/qtplasmac_4x3_handler.py:4016: SyntaxWarning: invalid escape sequence '\{' commands = f"{data[1]}\{data[3]}" /usr/share/qtvcp/screens/qtplasmac_4x3/qtplasmac_4x3_handler.py:4804: SyntaxWarning: invalid escape sequence '\{' msgs = f'{msg0}.\n\n\{msg1}:' Signed-off-by: Damian Wrobel <[email protected]>
- Loading branch information