fixed bug variable is_rr_approved referenced b4 assigned

Review Request #7923 — Created Jan. 30, 2016 and discarded — Latest diff uploaded

Information

RBTools
release-0.7.x

Reviewers

Moved the code inside finally block out, so is_rr_approved is referenced after the whole try/except block.

I did some manual testing on reviews requests that are shipped and not shipped.

The code passes all existing unit tests.

Diff Revision 1

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

orig
1
2
rbtools/commands/land.py
Loading...