Skip to content

Commit

Permalink
No longer uses wsl-open
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalFlagZ committed Jun 12, 2024
1 parent 7a9399c commit 794a654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/civsfz_filemanage.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def open_folder(f):
sp.Popen(["open", path])
elif "microsoft-standard-WSL2" in platform.uname().release:
# sp.run(["wsl-open", path])
sp.Popen(["wsl-open", path])
sp.Popen(["explorer.exe", sp.check_output(["wslpath", "-w", path])])
else:
# sp.run(["xdg-open", path])
sp.Popen(["xdg-open", path])
Expand Down

0 comments on commit 794a654

Please sign in to comment.