Skip to content

Commit

Permalink
Ensure dictionaries folder exist
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Jul 1, 2024
1 parent 9e2b0c7 commit 95461f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ class AddonConsts(BaseAddonConsts):
dicts_dir=base_consts.dir / "user_files" / "dictionaries",
icons_dir=base_consts.dir / "icons"
)
consts.dicts_dir.mkdir(exist_ok=True)

0 comments on commit 95461f7

Please sign in to comment.