flake8
passed.
JSHint
passed.
Review Request #8960 — Created May 23, 2017 and discarded
The
webbrowser
package on macOS does not guarantee that it will open
in your default browser. This is documented in Python issue 30392.
We work around this by just executingopen <url>
, which will open it
in the default browser.
Posted this with
rbt post -o
and saw it open in the correct browser
on macOS.