diff options
Diffstat (limited to 'bin/parse-perfcheck.py')
-rwxr-xr-x | bin/parse-perfcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse-perfcheck.py b/bin/parse-perfcheck.py index 358a22b37f6b..158ef62fe615 100755 --- a/bin/parse-perfcheck.py +++ b/bin/parse-perfcheck.py @@ -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) |