Get rid of die().

Review Request #8899 — Created April 14, 2017 and submitted — Latest diff uploaded

Information

RBTools
release-0.7.x
314d68d...

Reviewers

The die() method is one of the most ancient parts of RBTools, and it's long
outlived its usefulness, especially now that more and more people are using
RBTools as an API and not just a command.

This change gets rid of it in favor of using exceptions, which are already all
handled correctly.

  • Smoke tested rbt commands.
  • Ran unit tests.
    Loading...