Skip to content

Commit

Permalink
ulwgl_run: update format
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 21, 2024
1 parent 11bd213 commit 15b78b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ulwgl_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def check_env(
env["PROTONPATH"] = (
Path("~/.local/share/Steam/compatibilitytools.d/")
.expanduser()
.joinpath(os.environ["PROTONPATH"]).as_posix()
.joinpath(os.environ["PROTONPATH"])
.as_posix()
)
elif not Path(os.environ["PROTONPATH"]).expanduser().is_dir():
os.environ["PROTONPATH"] = ""
Expand Down

0 comments on commit 15b78b5

Please sign in to comment.