|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12 |
Date: | Mon, 13 Nov 2023 17:12:43 +0100 |
User-agent: | Mozilla Thunderbird |
On 13/11/23 15:07, Thomas Huth wrote:
Python 3.12 now warns about backslashes in strings that aren't used for escaping a special character from Python. Silence the warning by using raw strings here instead. Signed-off-by: Thomas Huth <thuth@redhat.com> --- tests/avocado/machine_s390_ccw_virtio.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
Thanks, patch queued.
[Prev in Thread] | Current Thread | [Next in Thread] |