Skip to content

Commit

Permalink
Feat: Update systerm data_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
speedcell4 committed Jun 20, 2024
1 parent d28142b commit 519aff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchglyph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from matplotlib import pyplot as plt

data_dir = (Path.home() / '.torchglyph').resolve()
data_dir = (Path.home() / '.cache' / 'torchglyph').resolve()
if not data_dir.exists():
data_dir.mkdir(parents=True, exist_ok=True)

Expand Down

0 comments on commit 519aff8

Please sign in to comment.