Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7e9ca1

Browse files
authored
Merge pull request #12193 from meeseeksmachine/auto-backport-of-pr-12177-on-v3.0.x
Backport PR #12177 on branch v3.0.x (FIX: remove cwd from mac font path search)
2 parents 3f9c7c5 + 7cdc009 commit c7e9ca1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/font_manager.py

Lines changed: 0 additions & 1 deletion
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)