From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- testing/tps/tps/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tps') diff --git a/testing/tps/tps/cli.py b/testing/tps/tps/cli.py index 9ef6186b4d..f4ff67f134 100644 --- a/testing/tps/tps/cli.py +++ b/testing/tps/tps/cli.py @@ -125,7 +125,7 @@ def main(): else: if sys.platform == "win32": # replace msys-style paths with proper Windows paths - m = re.match("^\/\w\/", extensionDir) + m = re.match(r"^\/\w\/", extensionDir) if m: extensionDir = "%s:/%s" % (m.group(0)[1:2], extensionDir[3:]) extensionDir = extensionDir.replace("/", "\\") -- cgit v1.2.3