From 6c36b741f4a8d19d08ee64a5b0fabc351a472b26 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:57:11 +0900 Subject: [PATCH] fix: convert str to Path --- dzgui/managers/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/managers/connection.py b/dzgui/managers/connection.py index 1f28172..95ab69d 100644 --- a/dzgui/managers/connection.py +++ b/dzgui/managers/connection.py @@ -225,7 +225,7 @@ class ConnectionManager: ) -> tuple[list[list[str]], list[tuple[str, str, int, int]]]: mods = Servers.get_rules(record) steam_path = self.controller.query_config(Preferences.DEFAULT) - local = get_local_mod_ids(steam_path) + local = get_local_mod_ids(Path(steam_path)) alpha_mods: list[list[str]] = [ [