From 8fd09bef92b899ad0ba839eb9eedf1073fce5cc7 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 23 Nov 2023 18:46:44 +0000 Subject: python 3.12 discovered syntax issues --- core/views/prospect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/prospect.py') diff --git a/core/views/prospect.py b/core/views/prospect.py index 561c6d3..cff53f5 100644 --- a/core/views/prospect.py +++ b/core/views/prospect.py @@ -129,7 +129,7 @@ for FONT in [ "/usr/share/fonts/truetype/freefont/FreeSans.ttf", "/usr/X11R6/lib/X11/fonts/truetype/arial.ttf", "/mnt/c/windows/fonts/arial.ttf", - "C:\WINNT\Fonts\ARIAL.TTF", + r"C:\WINNT\Fonts\ARIAL.TTF", ]: if os.path.isfile(FONT): break -- cgit v1.2.3