Fixed access to uninitialized changeset variable

Review Request #2151 — Created Feb. 21, 2011 and submitted — Latest diff uploaded

Information

Review Board

Reviewers

Fixed access to uninitialized changeset variable.
Problem occurs in line 184 if changeset is not initialized in line 173 due to exception NotImplementedError.

 

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
reviewboard/reviews/forms.py
Loading...