From 3354de4772070c657de1ef3fdd65d3e4b1260a72 Mon Sep 17 00:00:00 2001 From: Adam Saudagar Date: Wed, 8 Mar 2023 15:43:19 +0530 Subject: [PATCH] [hotfix] incorrect function call causing exception fixed --- fishy/helper/config.py | 2 +- fishy/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fishy/helper/config.py b/fishy/helper/config.py index fe1a745..7f94f33 100644 --- a/fishy/helper/config.py +++ b/fishy/helper/config.py @@ -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") diff --git a/fishy/version.txt b/fishy/version.txt index a6db491..0d240c6 100644 --- a/fishy/version.txt +++ b/fishy/version.txt @@ -1 +1 @@ -0.5.16 \ No newline at end of file +0.5.17 \ No newline at end of file