id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 3534,view page doesn't show reviewers actual vote,anonymous,Marc,"in peerReviewView.py:process_request() reviewer.Vote returns an int, but you are comparing it to a string. Just wrap str() around it. Example: if str(reviewer.Vote) == '-1': newrvpair.append(""Not voted"") elif str(reviewer.Vote) == '0': newrvpair.append(""No"") elif str(reviewer.Vote) == '1': newrvpair.append(""Yes"") rvs.append(newrvpair) ",defect,closed,normal,PeerReviewPlugin,normal,wontfix,,,0.10