Re: [PATCH] avocado: fix Python invalid escape sequence

2023-11-21 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] avocado: fix Python invalid escape sequence

2023-11-16 Thread Philippe Mathieu-Daudé
Hi Marc-André, On 16/11/23 14:00, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau This is an error in Python 3.12; fix it by using a raw string literal. Cc: qemu-sta...@nongnu.org Signed-off-by: Marc-André Lureau --- tests/avocado/machine_s390_ccw_virtio.py | 10 +- 1 f

[PATCH] avocado: fix Python invalid escape sequence

2023-11-16 Thread marcandre . lureau
From: Marc-André Lureau This is an error in Python 3.12; fix it by using a raw string literal. Cc: qemu-sta...@nongnu.org Signed-off-by: Marc-André Lureau --- tests/avocado/machine_s390_ccw_virtio.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/avocado/m