Skip to content

Commit

Permalink
proton: Be quiet if steamvr is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
aeikum committed Jan 13, 2020
1 parent 2ff8644 commit 4b08e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proton
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,8 @@ class Session:
if vr_log is None:
vr_log = j["log"][0]
except (TypeError, ValueError, OSError):
log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
#log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
pass

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

Expand Down

0 comments on commit 4b08e7a

Please sign in to comment.