Skip to content

Commit 32983cd

Browse files
fixup! utilities: proton: add PROTON_ADD_CONFIG to supply configuration
1 parent 7806240 commit 32983cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def crit(msg):
6969

7070

7171
def proton_add_config() -> set:
72-
configs = os.environ["PROTON_ADD_CONFIG"].split(',')
72+
configs = os.environ.get("PROTON_ADD_CONFIG", "").split(',')
7373
steam_configs = set()
7474
for config in configs:
7575
if '=' not in config:

0 commit comments

Comments
 (0)