Skip to content

Commit 74104a6

Browse files
Update devsat.py
1 parent 408f376 commit 74104a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devsat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import io
1818
import webbrowser
1919

20-
build_version = "Version V:1.0.3.4 LTS (Official build) (64-bit)"
20+
build_version = "Version V:1.0.3.2-featured (Official build) (64-bit)"
2121

2222

2323
# main window
@@ -480,7 +480,7 @@ def openloc(self):
480480
elif 'linux' in sys.platform:
481481
subprocess.check_call(['xdg-open', path])
482482
elif 'win' in sys.platform:
483-
subprocess.call('explorer '+path)
483+
webbrowser.open(path)
484484

485485
def settingui(self, index=1):
486486

0 commit comments

Comments
 (0)