Unverified Commit d61a5aa4 authored by acncagua's avatar acncagua Committed by GitHub
Browse files

Add files via upload

parent 310b71f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -550,6 +550,8 @@ Requested path was: {f}
                os.startfile(path)
            elif platform.system() == "Darwin":
                sp.Popen(["open", path])
            elif "microsoft-standard-WSL2" in platform.uname().release:
                sp.Popen(["wsl-open", path])
            else:
                sp.Popen(["xdg-open", path])