204: post-review displays incorrect error
- Fixed
- Review Board
eric****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Sept. 15, 2007 |
post-review will display this error when posting: Your review request still exists, but the diff is not attached. I'm not sure what the intent is with that line of code. My guess is that it should be indented one level to be part of the except APIError exception handler. However, one could argue that even if the diff failed to upload, it should be allowed to fall through so that you can see the URL (in other words, just delete that call to die). This is against r667 of post-review.