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

Skip to content

Commit b47fc9d

Browse files
authored
Merge pull request #16374 from pope1ni/patch-1
Log about font manager generation beforehand.
2 parents 7a2971b + 0fa05e0 commit b47fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,10 +1334,10 @@ def get_font(filename, hinting_factor=None):
13341334

13351335
def _rebuild():
13361336
global fontManager
1337+
_log.info("Generating new fontManager, this may take some time...")
13371338
fontManager = FontManager()
13381339
with cbook._lock_path(_fmcache):
13391340
json_dump(fontManager, _fmcache)
1340-
_log.info("generated new fontManager")
13411341

13421342

13431343
try:

0 commit comments

Comments
 (0)