Remove usages of die() from the API cache

Review Request #7298 — Created May 13, 2015 and submitted — Latest diff uploaded

Information

RBTools
release-0.7.x
f881b5f...

Reviewers

All usages of die in the HTTP cache for the API have now been
replaced to raise a new exception, CacheError, instead.

The --cache-location flag is now accepted by clearcache and the
--disable-cache flag (which was added by mistake) was removed.

Ran unit tests.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
rbtools/api/cache.py
rbtools/api/errors.py
rbtools/commands/clearcache.py
Loading...