• 
      

    Open the browser on macOS with `open url`

    Review Request #8960 — Created May 23, 2017 and discarded — Latest diff uploaded

    Information

    RBTools
    release-0.7.x

    Reviewers

    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 executing open <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.