Skip to content

Commit 4b08e7a

Browse files
committed
proton: Be quiet if steamvr is missing
1 parent 2ff8644 commit 4b08e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proton

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ class Session:
555555
if vr_log is None:
556556
vr_log = j["log"][0]
557557
except (TypeError, ValueError, OSError):
558-
log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
558+
#log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
559+
pass
559560

560561
makedirs(g_compatdata.prefix_dir + "/drive_c/users/steamuser/Local Settings/Application Data/openvr")
561562

0 commit comments

Comments
 (0)