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 <th...@redhat.com> --- tests/avocado/machine_s390_ccw_virtio.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
Thanks, patch queued.