[hotfix] incorrect function call causing exception fixed

This commit is contained in:
Adam Saudagar 2023-03-08 15:43:19 +05:30
parent 9942d0533f
commit 3354de4772
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ def filename():
return _filename
# fallback for onedrive documents
return os.path.join(os_services.get_documents(), name)
return os.path.join(os_services.get_documents_path(), name)
temp_file = os.path.join(os.environ["TEMP"], "fishy_config.BAK")

View File

@ -1 +1 @@
0.5.16
0.5.17