This commit is contained in:
kramo
2023-08-17 14:29:04 +02:00
parent a4a929c965
commit 91f4e05abe
7 changed files with 16 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ class SteamSourceIterable(SourceIterable):
source: "SteamSource"
def get_manifest_dirs(self) -> Iterable[Path]:
"""Get dirs that contain steam app manifests"""
"""Get dirs that contain Steam app manifests"""
libraryfolders_path = self.source.locations.data["libraryfolders.vdf"]
with open(libraryfolders_path, "r", encoding="utf-8") as file:
contents = file.read()