From 490ecd1bb05e1fd6d156b8f31acb994cfc3f6357 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:59:14 -0800 Subject: [PATCH] gamelauncher.py: define return type to game drive --- gamelauncher_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamelauncher_plugins.py b/gamelauncher_plugins.py index 4c176e8..f8c33bb 100644 --- a/gamelauncher_plugins.py +++ b/gamelauncher_plugins.py @@ -3,7 +3,7 @@ from pathlib import Path from typing import Dict, Set -def enable_steam_game_drive(env: Dict[str, str]): +def enable_steam_game_drive(env: Dict[str, str]) -> Dict[str, str]: """Enable Steam Game Drive functionality. Expects STEAM_COMPAT_INSTALL_PATH to be set