summaryrefslogtreecommitdiffstats
path: root/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'core/views')
-rw-r--r--core/views/prospect.py2
1 files changed, 1 insertions, 1 deletions
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