Message394714
Ned, could you check the darwin osascript in turtledemo.__main__, lines 138-149 is current (both needed and correct)? subprocess.run( [ 'osascript', '-e', 'tell application "System Events"', '-e', 'set frontmost of the first process whose ' 'unix id is {} to true'.format(os.getpid()), '-e', 'end tell', ], stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL,) The one line could be an fstring now. | |
| Date | User | Action | Args | | 2021-05-29 04:24:29 | terry.reedy | set | recipients: + terry.reedy, ned.deily | | 2021-05-29 04:24:29 | terry.reedy | set | messageid: <1622262269.85.0.966598155855.issue44254@roundup.psfhosted.org> | | 2021-05-29 04:24:29 | terry.reedy | link | issue44254 messages | | 2021-05-29 04:24:29 | terry.reedy | create | | |