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 3 (Latest)

orig
1
2
3
reviewboard/reviews/forms.py
Loading...