Skip to content

Commit 1b66c1d

Browse files
authoredSep 20, 2018
Merge pull request matplotlib#12177 from tacaswell/fix_mac_font_search
FIX: remove cwd from mac font path search
2 parents 6776e0c + 07e2d54 commit 1b66c1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/matplotlib/font_manager.py

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"/System/Library/Fonts/",
130130
# fonts installed via MacPorts
131131
"/opt/local/share/fonts",
132-
"",
133132
]
134133

135134
if not USE_FONTCONFIG and sys.platform != 'win32':

0 commit comments

Comments
 (0)
Please sign in to comment.