What version are you running?
RBTools 0.2RC1
What is the expected output? What do you see instead?
An exception is thrown in post-review. 'rsp' is used before being defined.
What operating system are you using? What browser?
Windows 7 64-bit
Please provide any additional information below.
post-review.py:427, the else clause in the "except APIError, e:" clause. I
believe rsp['review_request']['id'] should be
e.rsp['review_request']['id'].
Making this change allowed post-review to work without issue.