Modify ↓
Opened 17 years ago
Closed 15 years ago
#3547 closed defect (fixed)
[Patch] Resubmit for review does not work
| Reported by: | Owned by: | mikechml | |
|---|---|---|---|
| Priority: | high | Component: | PeerReviewPlugin |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Resubmitting a review throws an exception, for an simple fix see below.
Source: http://trac-hacks.org/svn/peerreviewplugin/0.10
Revision: 4137
-
codereview/peerReviewNew.py
87 87 popFiles = [] 88 88 # Set up the file information 89 89 for struct in files: 90 returnFiles+=struct.Path + "," + str uct.Version + "," + struct.LineStart + "," + struct.LineEnd+ "#"90 returnFiles+=struct.Path + "," + str(struct.Version) + "," + str(struct.LineStart) + "," + str(struct.LineEnd) + "#" 91 91 tempFiles = [] 92 92 tempFiles.append(struct.Path) 93 93 tempFiles.append(struct.Version)
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Summary: | Resubmit for review does not work). FIX included → [Patch] Resubmit for review does not work |
Note: See
TracTickets for help on using
tickets.



This has been fixed on the trunk.