Use `open <url>` on macOS instead of webbrowser module.
Review Request #8959 — Created May 23, 2017 and submitted
There's currently a bug in the interaction between AppleScript on the latest
macOS and python'swebbrowser
module which is causing URL opens to fail. This
change moves us over to using macOS'sopen
command instead, which is likely
the way that Python is going to go.
Posted this change and opened it successfully.
- Commit:
-
c05889bfc550605f26493d0bb6e87e85264d8c0d9e7edd01be347aae7c922f219fa8e6cf8e959d10
- Diff:
-
Revision 2 (+23 -11)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.