commit | a5e3cb3b90a62a42cd19ad9a20ca25c7df1dc3da | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 16 08:22:56 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 17 15:20:53 2023 +0200 |
tree | cbcf42cb456ba0eedd40a0967763c8625a1c6ead | |
parent | 2845bab65a145b2bc447e156436ddf45a7e090e1 [diff] |
tests/docker: 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>