Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PYME/DSView/dsviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ def OSXActivateKludge():
import os
subprocess.Popen(['osascript', '-e', """\
tell application "System Events"
set procName to name of first process whose unix id is %s
set proc to first process whose unix id is %s
set frontmost of proc to true
end tell
tell application procName to activate
""" % os.getpid()])

class MyApp(wx.App):
Expand Down
Loading