Skip to content

Commit

Permalink
Fix font cache dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
gclendenning authored Dec 15, 2024
1 parent dd26eba commit ed307d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamapplot/interactive_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def render_html(

if offline_mode_font_data_file is None:
data_directory = platformdirs.user_data_dir("datamapplot")
offline_mode_font_data_file = Path(data_directory) / "datamapplot_font_encoded.json"
offline_mode_font_data_file = Path(data_directory) / "datamapplot_fonts_encoded.json"
if not offline_mode_font_data_file.is_file():
offline_mode_caching.cache_fonts()

Expand Down

0 comments on commit ed307d9

Please sign in to comment.