Update steam.py

This commit is contained in:
msquirogac 2021-10-01 20:31:42 -04:00 committed by Mathieu Comandon
parent 0cc30cd852
commit b611e774c2

View file

@ -240,7 +240,8 @@ class steam(Runner):
i += 1
# New Custom dirs
if library_config := self.get_library_config():
library_config = self.get_library_config()
if library_config:
paths = []
for entry in library_config.values():
if "mounted" in entry: