Skip to content

Commit

Permalink
Update devsat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tirtharajsinha authored Aug 3, 2021
1 parent 408f376 commit 74104a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import io
import webbrowser

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


# main window
Expand Down Expand Up @@ -480,7 +480,7 @@ def openloc(self):
elif 'linux' in sys.platform:
subprocess.check_call(['xdg-open', path])
elif 'win' in sys.platform:
subprocess.call('explorer '+path)
webbrowser.open(path)

def settingui(self, index=1):

Expand Down

0 comments on commit 74104a6

Please sign in to comment.