Skip to content

Commit

Permalink
Update setting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Feb 13, 2023
1 parent 9192c0b commit b3d747b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ def Init():
path = Setting.GetConfigPath()
if not os.path.isdir(path):
os.mkdir(path)
path2 = Setting.GetLocalHomePath()
if not os.path.isdir(path2):
os.mkdir(path2)
Setting.CheckRepair()
return

Expand Down

0 comments on commit b3d747b

Please sign in to comment.