mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-26 19:04:56 -04:00
This is showing a SyntaxWarning when using flatpak-bisect with Python 3.12. Using a raw string fixes it. See second change listed in: https://docs.python.org/3/whatsnew/3.12.html#other-language-changes Closes: #6508