Kaydet (Commit) dbd4d696 authored tarafından Noel Grandin's avatar Noel Grandin

parse-perfcheck: fix parsing of previous CSV data

Change-Id: I46db49472dcaa80b54a937f03bf03b06a2d8a87c
Reviewed-on: https://gerrit.libreoffice.org/61240Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 4a290888
......@@ -142,7 +142,7 @@ def readCsvFile(targetFilename):
if not line:
continue
curId, curDate, curTestName, curTestComment, curValue = line
curId, curDate, curTestName, curTestComment, curValue, currCallgrindFile = line
if curTestComment not in allTests:
allTests.append(curTestComment)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment