282 'replace') |
282 'replace') |
283 if self.summaryPath: |
283 if self.summaryPath: |
284 line = line.replace(self.summaryPath + '/', '') |
284 line = line.replace(self.summaryPath + '/', '') |
285 line = " ".join(line.split()) |
285 line = " ".join(line.split()) |
286 if line.startswith("--- ") or line.startswith("+++ "): |
286 if line.startswith("--- ") or line.startswith("+++ "): |
287 self.__processFileLine(line) |
287 self.__processFileLine(line) |
288 |
288 |
289 self.__appendText(line) |
289 self.__appendText(line) |
290 self.paras += 1 |
290 self.paras += 1 |
291 |
291 |
292 def __readStderr(self): |
292 def __readStderr(self): |