mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
Adding docstrings
This commit is contained in:
@@ -199,7 +199,7 @@ def get_user_data_dir(appname="matcha_tts"):
|
||||
ans = Path("~/Library/Application Support/").expanduser()
|
||||
else:
|
||||
ans = Path.home().joinpath(".local/share")
|
||||
|
||||
|
||||
final_path = ans.joinpath(appname)
|
||||
final_path.mkdir(parents=True, exist_ok=True)
|
||||
return final_path
|
||||
|
||||
Reference in New Issue
Block a user