Minor update

This commit is contained in:
Miroslav Stampar
2016-06-03 14:29:32 +02:00
parent 9886b646eb
commit 350baf0a0a
4 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ def _comparison(page, headers, code, getRatioValue, pageLength):
if kb.testMode:
threadData.lastComparisonHeaders = listToStrValue(headers.headers) if headers else ""
threadData.lastComparisonPage = page
threadData.lastComparisonCode = code
if page is None and pageLength is None:
return None