]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado: avoid invalid escape in Python string
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Oct 2023 06:22:56 +0000 (08:22 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 19 Oct 2023 11:52:59 +0000 (14:52 +0300)
commit6dbb538a7159edef132353e6855ad0b8a501fc87
tree77f80c4d410211cb8163f058ebddb4aba74f10a3
parent7a04747125e595c7cb4db66dcd0b4fc4b13b6e87
tests/avocado: avoid invalid escape in Python string

This is an error in Python 3.12; fix it by using a raw string literal.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 1b5f3f65cc71341a4f9fc9e89bb6985fde703758)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/avocado/virtio_check_params.py