This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kevin Ballard
Recipients Andrew.Jaffe, Kevin Ballard, Rudi Grams, alangpierce, dasm, ned.deily, ronaldoussoren, tgecho
Date 2017-06-02.04:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496377610.97.0.0613752843524.issue30392@psf.upfronthosting.co.za>
In-reply-to
Content
There is a potential workaround that could be used so that way macOS 10.12.5 works. It turns out that, with osascript, if you catch the error and try again, it works.

$ osascript <<EOF
> try
> open location "http://apple.com"
> on error
> open location "http://apple.com"
> end try
> EOF
History
Date User Action Args
2017-06-02 04:26:51Kevin Ballardsetrecipients: + Kevin Ballard, ronaldoussoren, ned.deily, Andrew.Jaffe, Rudi Grams, dasm, alangpierce, tgecho
2017-06-02 04:26:50Kevin Ballardsetmessageid: <1496377610.97.0.0613752843524.issue30392@psf.upfronthosting.co.za>
2017-06-02 04:26:50Kevin Ballardlinkissue30392 messages
2017-06-02 04:26:50Kevin Ballardcreate