From 95d1fe6c928ac98a0a9e72ea2e063a9549522b1c Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 2 Apr 2023 09:23:53 +0200 Subject: [PATCH] Steam pathlib fix --- src/utils/steam_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/steam_parser.py b/src/utils/steam_parser.py index de6af31..87aada9 100644 --- a/src/utils/steam_parser.py +++ b/src/utils/steam_parser.py @@ -180,7 +180,7 @@ def steam_parser(parent_widget): steam_dir = Path(schema.get_string("steam-location")).expanduser() appmanifests = [] - steam_dirs = schema.get_strv("steam-extra-dirs") + steam_dirs = [Path(directory) for directory in schema.get_strv("steam-extra-dirs")] steam_dirs.append(steam_dir) for directory in steam_dirs: