Changeset 3455

Show
Ignore:
Timestamp:
04/03/08 10:22:41 (9 months ago)
Author:
proofek
Message:

#2842: Hitting "Resubmit for Review" crashes - fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peerreviewplugin/0.11/codereview/peerReviewNew.py

    r2577 r3455  
    8888            # Set up the file information 
    8989            for struct in files: 
    90                 returnFiles+=struct.Path + "," + struct.Version + "," + struct.LineStart + "," + struct.LineEnd + "#" 
     90                returnFiles+= "%s,%s,%s, %s#" % (struct.Path, struct.Version, struct.LineStart, struct.LineEnd )  
    9191                tempFiles = [] 
    9292                tempFiles.append(struct.Path)