Don't try to decode responses from HTTP DELETE calls to the API.

Review Request #6097 — Created July 10, 2014 and submitted — Latest diff uploaded

Information

RBTools
release-0.6.x
fe25e0b...

Reviewers

Successful DELETE on an API resource will return HTTP 204 and an empty payload.
In the case where this call succeeds, we shouldn't try to JSON decode the
result because it won't work.

Deleted a repository using the RBTools API and didn't see the traceback
anymore.

    Loading...