Re: [PATCH] tests/docker: avoid invalid escape in Python string

2023-10-19 Thread Alex Bennée
Paolo Bonzini writes: > This is an error in Python 3.12; fix it by using a raw string literal. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Paolo Bonzini Queued to testing/next, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH] tests/docker: avoid invalid escape in Python string

2023-10-16 Thread Philippe Mathieu-Daudé
On 16/10/23 08:23, Paolo Bonzini wrote: This is an error in Python 3.12; fix it by using a raw string literal. Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini --- tests/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH] tests/docker: avoid invalid escape in Python string

2023-10-16 Thread Manos Pitsidianakis
On Mon, 16 Oct 2023 09:23, Paolo Bonzini wrote: This is an error in Python 3.12; fix it by using a raw string literal. Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini --- tests/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/docker.py b/

[PATCH] tests/docker: avoid invalid escape in Python string

2023-10-15 Thread Paolo Bonzini
This is an error in Python 3.12; fix it by using a raw string literal. Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini --- tests/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/docker.py b/tests/docker/docker.py index 688ef62989c..3b8a267