diff --git a/src/unisync/config.py b/src/unisync/config.py index 3294807..26e2738 100644 --- a/src/unisync/config.py +++ b/src/unisync/config.py @@ -95,7 +95,7 @@ def load_config(config_path:str) -> Config: config.get(roots_section, "remote") ) other_config = OtherConfig( - config.get(other_section, "cache_dir_path", fallback=DEFAULT_MISC_CACHE_DIR_PATH) + Path(config.get(other_section, "cache_dir_path", fallback=DEFAULT_MISC_CACHE_DIR_PATH)).expanduser() ) args_bool = list()